User script: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (Reverted edits by Jitendra.chauhan11 (Talk) to last revision by Arantius)
No edit summary
Line 7: Line 7:
For tools other than Greasemonkey that apply user scripts to web sites, see [[Cross-browser userscripting|Cross-browser Userscripting]] and [[wikipedia:Greasemonkey#Compatibility|Greasmonkey's compatibility]].
For tools other than Greasemonkey that apply user scripts to web sites, see [[Cross-browser userscripting|Cross-browser Userscripting]] and [[wikipedia:Greasemonkey#Compatibility|Greasmonkey's compatibility]].


For example scripts,check these pages:
http://www.casualcollective.com/#clubs/Casual_Collective_plus/news/26135
We are working on more information!
== See Also ==
== See Also ==
* [[wikipedia:Augmented browsing|Augmented browsing at Wikipedia]]
* [[wikipedia:Augmented browsing|Augmented browsing at Wikipedia]]

Revision as of 09:19, 23 October 2010


User scripts, or userscripts, are scripts that make on-the-fly changes to specific web pages on the client side (in the browser or a proxy server), typically to change their appearance or to add or modify functionality.

User scripts for Greasemonkey and Greasemonkey-compatible alternatives are written in JavaScript, but there is at least one example of using another scripting language, namely Ruby in MouseHole.

For tools other than Greasemonkey that apply user scripts to web sites, see Cross-browser Userscripting and Greasmonkey's compatibility.

For example scripts,check these pages: http://www.casualcollective.com/#clubs/Casual_Collective_plus/news/26135 We are working on more information!

See Also