Greasemonkey: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* [https://addons.mozilla.org/en-US/firefox/addon/748 Install page] | * [https://addons.mozilla.org/en-US/firefox/addon/748 Install page] | ||
* [http://diveintogreasemonkey.org/ Dive into greasemonkey] tutorial / reference / examples | * [http://diveintogreasemonkey.org/ Dive into greasemonkey] tutorial / reference / examples | ||
== Example Projects == | |||
Projects that are Mozilla Plugins, but which have or could be prototyped using GM: | |||
* http://addons.mozilla.org/en-US/firefox/addon/MurdochAlert-details/ |
Revision as of 15:26, 24 July 2011
Firefox extension allowing a JavaScript to be "mixed" into a browsers page. Provides a very effective means of making quick browser based hacks on sites outside of your own control.
Greasemonkey scripts can eventually be turned into full fledged Firefox extensions to allow others easier access to installing your script (without the need for other people to first install Greasemonkey).
- Install page
- Dive into greasemonkey tutorial / reference / examples
Example Projects
Projects that are Mozilla Plugins, but which have or could be prototyped using GM: