Tutorials: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
Line 2: Line 2:


== Greasemonkey tutorials ==
== Greasemonkey tutorials ==
* [http://diveintogreasemonkey.org/ Dive into Greasemonkey]<br />Note: Much of the information in DiG is out of date.
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (as a wiki)<br />
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (as a wiki)<br />
** includes [[Avoid Common Pitfalls in Greasemonkey]]<br />Much more up-to-date than DiG above.
** includes [[Avoid Common Pitfalls in Greasemonkey]]<br />Much more up-to-date than DiG above.
* [http://codebazaar.blogspot.com/2010/11/monkey-see-greasemonkey-do.html Monkey see, GreaseMonkey do!] - Video tutorial for GreaseMonkey userscript development
* [http://codebazaar.blogspot.com/2010/11/monkey-see-greasemonkey-do.html Monkey see, GreaseMonkey do!] - Video tutorial for GreaseMonkey userscript development
== JavaScript tutorials ==
== JavaScript tutorials ==



Revision as of 01:43, 5 October 2011

Most of the information on this site is helpful. See the Greasemonkey Manual for starters.

Greasemonkey tutorials

JavaScript tutorials

JavaScript references

Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember.

JavaScript Books