Greasemonkey

My first greasemonkey script

I created my first greasemonkey script that will add a link to flickr in a geocaching web page for pictures tagged with the geocache name. For example GCMAG6. The experience of coding was a bit of a headache as I didn’t know what greasemonkey was expecting and I don’t know much about javascript (it’s VERY case sensitive!). The tutorial/book at Dive Into Greasemonkey was very helpful for the former problem and using the javascript console solved the latter problem.