Greasemonkey: Difference between revisions
No edit summary |
No edit summary |
||
(10 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:// | * [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) | |||
* [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/ | ||
Latest revision as of 11: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).
- Install page
- Greasemonkey Hacks Mark Pilgim's collection of useful hacks with GM
- Information about cross-browser scripting]
- https://arantius.com/misc/greasemonkey/script-compiler.php
- Metadata block
- RegExp
Example Projects
Either GM scripts (or possible to have been prototyping as a GM script)
- Timopedia
- Pirates of the Amazon began as a humble Greasemonkey script
- as did Linda Hilflings Google Misspelling Generator
- 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/