Greasemonkey: Difference between revisions

From XPUB & Lens-Based wiki
mNo edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:


* [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://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]]
* https://arantius.com/misc/greasemonkey/script-compiler.php
* [http://sourceforge.net/apps/mediawiki/greasemonkey/index.php?title=Metadata_Block Metadata block]
* RegExp


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


Projects that are Mozilla Plugins, but which have or could be prototyped using GM:
* [http://www.flickr.com/photos/danischouten/3188837280/ Timopedia]
 
* [http://pirates-of-the-amazon.com/ Pirates of the Amazon] began as a humble Greasemonkey script
* as did [http://www.misspelling-generator.org/ Linda Hilflings Google Misspelling Generator]
* [http://fffff.at/google-alarm/ FAT's Google Alarm] is a proper Browser extension, but could have been prototyping as a GM script
* http://addons.mozilla.org/en-US/firefox/addon/MurdochAlert-details/
* http://addons.mozilla.org/en-US/firefox/addon/MurdochAlert-details/
* http://www.misspelling-generator.org/ Linda Hilflings Google Misspelling Generator
foo

Latest revision as of 12:49, 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)