Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Greasemonkey guide for Experienced Javascript Developers? [closed]

I really really want to write a GreaseMonkey extension.

I have written a lot of javascript in my life.

I am looking for a guide that will tell me quickly, what exactly the GreaseMonkey environment is and does, from the perspective of someone who is familiar with everything going on in browser based Javascript.

I.e. no platitudes about how best to do things, or what has been done in the past, just a plain and simple, "this is what is going to happen to your code. " "This is the environment it will be executed in."

And I can't find one....

like image 918
AlexH Avatar asked Jul 30 '26 08:07

AlexH


1 Answers

Dive into Greasemonkey is probably the best reference.

Also, Greasemonkey official docs may be helpful.

like image 88
fserb Avatar answered Jul 31 '26 20:07

fserb