Greasemonkey: Difference between revisions

From XPUB & Lens-Based wiki
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://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey Hacks] Mark Pilgim's collection of useful hacks with GM
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey Hacks] Mark Pilgim's collection of useful hacks with GM
* [http://wiki.greasespot.net/Cross-browser_userscripting Information about cross-browser scripting]], including a discussion of converting GM scripts into a browser extension
* [http://wiki.greasespot.net/Cross-browser_userscripting Information about cross-browser scripting]]


== Example Projects ==
== Example Projects ==

Revision as of 10:40, 12 November 2012

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).

Example Projects

Either GM scripts (or possible to have been prototyping as a GM script)