Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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
like image 628
BDM Avatar asked Jan 20 '11 16:01

BDM


1 Answers

I am pretty sure there isn't a tutorial that meets all your requirements. Check out Jaxov's post 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.

like image 82
Brock Adams Avatar answered Oct 05 '22 03:10

Brock Adams