Greasemonkey
Author: i | 2025-04-23
Tags: greasemonkey greasemonkey 1.15 greasemonkey chrome greasemonkey facebook greasemonkey jquery greasemonkey opera greasemonkey safari greasemonkey scribd greasemonkey scripts
greasemonkey Tutorial = Getting started with greasemonkey
Script or cancel the process Right-clicking on our status bar icon shows our new script listed and active. Reopening the Manage User Scripts window shows: Our new script listed in the column on the left The websites/pages included An option to disable the script (can also be done in the context menu) The ability to edit the script The ability to uninstall the script If you choose to edit the script you will be asked to browse for and select a default text editor of your choice (first time only). Once you have selected a text editor you can make any changes desired to the script. We decided to test our new user script on the site. Going to the comment box at the bottom we could easily resize the window as desired. The Comment box definitely got a lot bigger. Conclusion If you prefer to keep the number of extensions to a minimum in your Firefox installation then Greasemonkey and the Userscripts website can easily provide that extra functionality without the bloat. For added auto website script detection goodness see our article on Greasefire . Note: See our article here for specialized How-To Geek User Style Scripts that can be added to Greasemonkey. Links Download the Greasemonkey Extension (Mozilla Add-ons) Install the Textarea & Input Resize User Script Visit the Userscripts.org Website Visit the Userstyles.org Website How To Use GreaseMonkey In Mozilla Firefox Lord Of Ultima "How To" Video Guide: Installing Greasemonkey And Scripts How To Install User Scripts Into Your Browser Using Tampermonkey Introduction To Greasemonkey The West.es-Script Firefox DJCity User Script Firefox JavaScript Debugger
Download greasemonkey-3.9.0.1rc1pre-sm.xpi (Greasemonkey
OverviewWitchcraft loads custom Javascript and CSS directly from a folder in your file system. Think GreaseMonkey for developers.Think Greasemonkey for developers.Witchcraft is a Google Chrome extension for loading custom Javascript and CSS directly from a folder in your file system, injecting them into pages that match their files names.It works by matching every page domain against script file names available in the scripts folder. For instance, if one navigates to ` Witchcraft will try to load and run `google.com.js` and `google.com.css`.Witchcraft also tries all domain levels. For instance, if one accesses ` it will try to load, in this order: `com.js`, `github.com.js` and `gist.github.com.js`... and the same for CSS. All domain levels for which a script is found will be loaded, not just the first one.Whenever you edit or create new scripts, there's no need to reload anything other than the page where the scripts are supposed to run. This is what makes Witchcraft special and different than other popular scripting tools, like Greasemonkey or Tampermonkey.Since Witchcraft runs as a Chrome extension, it is also cross-platform. It has been tested on Windows, MacOS and Linux.Features:* scripts are automatically updated after you edit them - no need to reload anything;* works on Windows, Mac and Linux;* handles both JS and CSS;* @include directive to load other JS/CSS files from inside your domain scripts.* custom server addresses (even remote ones)Please check the website if you want to learn more.DetailsVersion2.6.1UpdatedMarch 10, 2020Size27.24KiBLanguagesDeveloper Website Email [email protected] developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.PrivacyThe developer has not provided any information about the collection or usage of your data.SupportFor help with questions, suggestions, or problems, visit the developer's support siteDownload greasemonkey-1.15.0.1rc1pre-fx.xpi (Greasemonkey)
Arifunread,Jan 5, 2011, 1:19:34 AM1/5/11to [email protected] Donnelly snowcrest.net> writes:> > Quote: "Greasemonkey only runs scripts when the page has loaded anyway"> > This isn't really, completely true. Or not true at all. (afaik)> > I think the person wants an "after onload" execution, which truly executes> after the page has completely loaded.> > Check out one of my extensions here:> > > Specifically, the "unsafeWindow.addEventListener ("load", ...." part.> Although I'm not sure if using "unsafeWindow.addEventListener" is the> correct or best way to do it now.> > And you can get to the page's functions and variables. I would do it using> the "unsafeWindow." thing, but there may be a better way to do it without> using "unsafeWindow", whose use is discouraged as much as possible for> security reasons.> > Did I get close or closer?> Very Close.This is exactly what I want to do. But I cannot get the following code working!Please helpfunction tester(){ window.location.href=" unsafeWindow.addEventListener ("load", function () { tester2() }, false); }The function tester2 never gets calledAnthony Lieuallenunread,Jan 5, 2011, 9:00:20 AM1/5/11to [email protected] 01/05/11 01:19, arif wrote:> function tester(){ > window.location.href=" unsafeWindow.addEventListener ("load", function () { tester2() }, false); > }First: Don't use unsafeWindow here. "window.addEventListener" is equivalent, and it is not unsafe.> The function tester2 never gets calledOf course not. The immediately previous line changes the location to a new document. So this page stops loading, and scripts in it stop running.stevebunread,Jan 7, 2011, 11:25:43 AM1/7/11to greasemonkey-usersI have the same problem with my script.My script looks like the following snippet:window.addEventListener("load", funX(){ window.location.href = " // do something on www.xxx.x},false);// do somethingwindow.addEventListener("load", funY(){ window.location.href = " // do something on www.yyy.y}, false);what can i do to fix my code?Anthony Lieuallenunread,Jan 7, 2011, 1:07:54 PM1/7/11to [email protected] 01/07/11 11:25, steveb wrote: > ...> window.location.href =" // do something onwww.yyy.y> },. Tags: greasemonkey greasemonkey 1.15 greasemonkey chrome greasemonkey facebook greasemonkey jquery greasemonkey opera greasemonkey safari greasemonkey scribd greasemonkey scriptsGreasemonkey!. Greasemonkey: Enhance Your Browsing
Everybody knows that Firefox has add-ons for virtually everything, but if you don’t want to bloat your installation you’ve always got the option of Greasemonkey scripts instead. Here’s a quick primer on how to use them. Getting Started with User Scripts Once you have Greasemonkey installed, managing the extension is really easy. Left click on the status bar icon to turn the extension on/off and right click to access the context menu shown here. Whether you use the Options button in the Add-ons Manager Window or the context menu shown above, both will bring up the Manage User Scripts dialog. At the moment you have a nice clean slate to work with… time to get some scripts added in. The majority of user scripts can be found at two different sites, the first being appropriately named userscripts.org, and you can either browse by tag or search for a script. As you can see here your search for a particular type of script can be quickly narrowed down based on category. There is definitely a lot to choose from. For our example we focused on the “textarea” tag. There were 62 scripts available but we quickly found what we were looking for on the first page. Installing, Managing, & Using Your Scripts When you find a script that you want to install visit the script’s homepage and click on the “Install” button. Note: Link for this script provided below. Once you have clicked on the Install button, Greasemonkey will open up the following installation window. You will be able to view: A summary of what the script does A list of websites that the script is supposed to function on (our example is set for all) View the script source if desired Make a final decision on whether to install theGitHub - anotherjesse/greasemonkey: Greasemonkey is a Firefox
Tampermonkey, the most popular userscript manager, now on Android! #### Important ### Since this app is more a pilot study than a real product I worked on Tampermonkey for Dolphin browser quite a while and found recently the time to bring it into a beta state. You can get it from here: Description ### Tampermonkey is a Greasemonkey compatible script manager. In order to make your Userscripts run, Tampermonkey is wrapped by a small Android app that is something like a browser.Please note that Tampermonkey for Android is still in beta state and that it doesn't have the feature set of a full-blown browser.### Requirements ###* 512+ MB RAM* a dual-core CPU is recommended### Debugging ###* use 'adb logcat' to get the Tampermonkey and Userscript console messages### Features ###* manage and edit all your Userscripts* enable and disable your scripts with 2 clicks* all GM_* functions including (GM_registerMenuCommand, GM_getResourceText, GM_getResourceURL, GM_notification)* full unsafeWindow access* a lot of tags supported by Greasemonkey and Scriptish (like @resource, @require, ...)For a full overview please take a look at the FAQ or just install TM. ;)Thanks for using Tampermonkey. :)jw098/OSCAR-GreaseMonkey: GreaseMonkey scripts for
Greasemonkey is an extension for Firefox. Some folk say its the most useful of all Firefox extensions. While that is an exaggeration, it is partly true. I consider Greasemonkey as one of the more useful extensions. And it is among my limited collection of extensions on Firefox.Greasemonkey allows you to write/upload scripts – simple JavaScript files – to change the way that we see websites, add special functionalities, tweak and tune stuff etc. There is a myriad universe of scripts – go catch ‘em all at UserScripts.org The possibilities are truly amazing – from tweaking the GMail interface to auto-fill comments, and from Google Reader search boxes to Search focus, there are so many scripts available, that almost no one will return empty-handed. And yes, there are scripts even for blogging, like Blogger hacks.So here’s my roundup of the Greasemonkey scripts that I have liked:AirSkin: A not-so pretty(but definitely prettier than the original) skin for GMail. Recommended for those sick of the default skin(myself included). Also see alternate version.Facebook Alert: This handy script brings Facebook alerts right inside GMail. Too bad there isn’t any such script for Orkut, my favourite Force https: Logging into mail accounts in insecure networks can render you vulnerable to hacking. This script forces login through https everytime you login to Google’s services.Folders4Gmail: GMail’s label system is cool. It allows you to place each conversation under multiple categories. However, it may not be liked by everyone. If you are one of those who craved for the good old system of folders, this script will help satisfy you.Remove ads: GMail has the least obtrusive ads. No flashy image banners on top, like Yahoo. However, as humans, we all want to reach the next step. So, what is the next step in removing ads? Remove the ads on right-hand-side. This script helps you do that, thereby maximizing the reading pane.Gmail Beautifier: “Beta” is used for services that are new, and not yet free of bugs. However, it is a tad surprising that GMail still sports a beta tag. This script includes several mods like removing ads, hiding the “Beta” tag in GMail logo etc.GMail Emoticons: Add vivid smileys to your posts to make your conversations more colourful.Auto-login: Allows you to login to GMail directly, provided that your username and password is remembered by Firefox.Delete Button: Adds a much sought-after Delete button to GMail. No longer needed, as this functionality is now part of GMail.Rewrite mailto: Every time you click on a mailto link, GMail opens with an address like this – mailto:[email protected]. This script rewrites the link to [email protected]Mark as read button: Have you ever wished to have a Marked As Read button, as in Google. Tags: greasemonkey greasemonkey 1.15 greasemonkey chrome greasemonkey facebook greasemonkey jquery greasemonkey opera greasemonkey safari greasemonkey scribd greasemonkey scripts Tags: greasemonkey greasemonkey 1.15 greasemonkey chrome greasemonkey facebook greasemonkey jquery greasemonkey opera greasemonkey safari greasemonkey scribd greasemonkey scripts greasemonkey tutorial tampermonkey tampermonkey agar.io tampermonkey agario bot tampermonkey dashboard tampermonkey firefox tampermonkeyComments
Script or cancel the process Right-clicking on our status bar icon shows our new script listed and active. Reopening the Manage User Scripts window shows: Our new script listed in the column on the left The websites/pages included An option to disable the script (can also be done in the context menu) The ability to edit the script The ability to uninstall the script If you choose to edit the script you will be asked to browse for and select a default text editor of your choice (first time only). Once you have selected a text editor you can make any changes desired to the script. We decided to test our new user script on the site. Going to the comment box at the bottom we could easily resize the window as desired. The Comment box definitely got a lot bigger. Conclusion If you prefer to keep the number of extensions to a minimum in your Firefox installation then Greasemonkey and the Userscripts website can easily provide that extra functionality without the bloat. For added auto website script detection goodness see our article on Greasefire . Note: See our article here for specialized How-To Geek User Style Scripts that can be added to Greasemonkey. Links Download the Greasemonkey Extension (Mozilla Add-ons) Install the Textarea & Input Resize User Script Visit the Userscripts.org Website Visit the Userstyles.org Website How To Use GreaseMonkey In Mozilla Firefox Lord Of Ultima "How To" Video Guide: Installing Greasemonkey And Scripts How To Install User Scripts Into Your Browser Using Tampermonkey Introduction To Greasemonkey The West.es-Script Firefox DJCity User Script Firefox JavaScript Debugger
2025-04-06OverviewWitchcraft loads custom Javascript and CSS directly from a folder in your file system. Think GreaseMonkey for developers.Think Greasemonkey for developers.Witchcraft is a Google Chrome extension for loading custom Javascript and CSS directly from a folder in your file system, injecting them into pages that match their files names.It works by matching every page domain against script file names available in the scripts folder. For instance, if one navigates to ` Witchcraft will try to load and run `google.com.js` and `google.com.css`.Witchcraft also tries all domain levels. For instance, if one accesses ` it will try to load, in this order: `com.js`, `github.com.js` and `gist.github.com.js`... and the same for CSS. All domain levels for which a script is found will be loaded, not just the first one.Whenever you edit or create new scripts, there's no need to reload anything other than the page where the scripts are supposed to run. This is what makes Witchcraft special and different than other popular scripting tools, like Greasemonkey or Tampermonkey.Since Witchcraft runs as a Chrome extension, it is also cross-platform. It has been tested on Windows, MacOS and Linux.Features:* scripts are automatically updated after you edit them - no need to reload anything;* works on Windows, Mac and Linux;* handles both JS and CSS;* @include directive to load other JS/CSS files from inside your domain scripts.* custom server addresses (even remote ones)Please check the website if you want to learn more.DetailsVersion2.6.1UpdatedMarch 10, 2020Size27.24KiBLanguagesDeveloper Website Email [email protected] developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.PrivacyThe developer has not provided any information about the collection or usage of your data.SupportFor help with questions, suggestions, or problems, visit the developer's support site
2025-04-14Everybody knows that Firefox has add-ons for virtually everything, but if you don’t want to bloat your installation you’ve always got the option of Greasemonkey scripts instead. Here’s a quick primer on how to use them. Getting Started with User Scripts Once you have Greasemonkey installed, managing the extension is really easy. Left click on the status bar icon to turn the extension on/off and right click to access the context menu shown here. Whether you use the Options button in the Add-ons Manager Window or the context menu shown above, both will bring up the Manage User Scripts dialog. At the moment you have a nice clean slate to work with… time to get some scripts added in. The majority of user scripts can be found at two different sites, the first being appropriately named userscripts.org, and you can either browse by tag or search for a script. As you can see here your search for a particular type of script can be quickly narrowed down based on category. There is definitely a lot to choose from. For our example we focused on the “textarea” tag. There were 62 scripts available but we quickly found what we were looking for on the first page. Installing, Managing, & Using Your Scripts When you find a script that you want to install visit the script’s homepage and click on the “Install” button. Note: Link for this script provided below. Once you have clicked on the Install button, Greasemonkey will open up the following installation window. You will be able to view: A summary of what the script does A list of websites that the script is supposed to function on (our example is set for all) View the script source if desired Make a final decision on whether to install the
2025-03-28Tampermonkey, the most popular userscript manager, now on Android! #### Important ### Since this app is more a pilot study than a real product I worked on Tampermonkey for Dolphin browser quite a while and found recently the time to bring it into a beta state. You can get it from here: Description ### Tampermonkey is a Greasemonkey compatible script manager. In order to make your Userscripts run, Tampermonkey is wrapped by a small Android app that is something like a browser.Please note that Tampermonkey for Android is still in beta state and that it doesn't have the feature set of a full-blown browser.### Requirements ###* 512+ MB RAM* a dual-core CPU is recommended### Debugging ###* use 'adb logcat' to get the Tampermonkey and Userscript console messages### Features ###* manage and edit all your Userscripts* enable and disable your scripts with 2 clicks* all GM_* functions including (GM_registerMenuCommand, GM_getResourceText, GM_getResourceURL, GM_notification)* full unsafeWindow access* a lot of tags supported by Greasemonkey and Scriptish (like @resource, @require, ...)For a full overview please take a look at the FAQ or just install TM. ;)Thanks for using Tampermonkey. :)
2025-04-18