Greasemonkey: Difference between revisions

From XPUB & Lens-Based wiki
(New page: 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. G...)
 
No edit summary
Line 3: Line 3:
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).
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).


https://addons.mozilla.org/en-US/firefox/addon/748
* [https://addons.mozilla.org/en-US/firefox/addon/748 Install page]
* [http://diveintogreasemonkey.org/ Dive into greasemonkey] tutorial / reference / examples

Revision as of 23:02, 18 July 2009

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