I created my first Greasemonkey script yesterday, to ease my wife’s Redfin addiction. The idea was simple: map restaurants, grocery stores, coffee shops, etc near each house.
Starting from not knowing anything more than what Greasemonkey was (including not knowing Javascript), it took me 45 minutes to produce a working script.
It was fun, and it’s a great reminder that, unlike TV, a website is the product of a shared computation between the server and the client. Redfin can send me whatever it wants, but ultimately, I decide how to display it. Not a new idea, but it’s nice to finally be a part of it.
Could you expand a bit more on what resources you used to create your first Greasemonkey script? I have no working knowledge of javascript but would love to create Greasemonkey scripts. Most of the resources I have encountered assume a basic knowledge of javascript, which I don’t have.
On Thu, May 21, 2009 at 3:53 AM, William Morgan <comments@all-thing.net>wrote:
[Top-posting automatically elided. Bad commenter, no cookie! —ed.]
Could you expand a bit more on what resources you used to create your first Greasemonkey script? I have no working knowledge of javascript but would love to create Greasemonkey scripts.
I didn’t have any Javascript knowledge either. I think I just found some examples on http://userscripts.org/ that were similar to what I wanted to do, and extrapolated from that. If you know a scripting language like Ruby or Python, Javascript syntax isn’t too wild.