'Recommendations for a "Getting started with Greasemonkey" tutorial [closed]

I'm interested in writing some Chrome compatible Greasemonkey scripts, but I'm finding that there are few updated tutorials on how to really get started properly with writing userscripts. Dive Into Greasemonkey by Mark Pilgrim is five years old now and hasn't been updated. Searches for tutorials are rife with garbage hits, affiliate blog links and general nonsense. The wiki for Greasemonkey is nearly all reference, not really a "this is a good place to start" kind of article.

Can you recommend a good, updated tutorial for getting started writing userscripts?

I define "good" as:

  • How to setup an environment
  • Basic skills required to know
  • Common use examples
  • Best practices

I define "updated" as:

  • Written or updated in the last 18 months


Solution 1:[1]

I am pretty sure there isn't a tutorial that meets all your requirements. Check out Jaxov's post / "How To Use Greasemonkey Scripts In Google Chrome?" for a start.

Anyway, Greasemonkey's not that hard once you know JavaScript; even though Greasemonkey on Chrome can be a bit of a pain.

Play around with it; examine code that works. You could be the one to write the updated "Getting Started" documentation ;)

Also for Chrome, check out Tampermonkey.

Solution 2:[2]

http://wiki.greasespot.net/Main_Page <-- the page which is opened the first time you install Greasemonkey

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Erman Kadir Kahraman
Solution 2 erikvold