<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=7868351&amp;blogName=wotiwrote&amp;publishMode=PUBLISH_MODE_FTP&amp;navbarType=SILVER&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Fwotiwrote.transmega.co.uk%2F&amp;searchRoot=http%3A%2F%2Fblogsearch.google.com%2F" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div></div>

wotiwrote

Just getting a few things down.

Greasemonkey

Wednesday, May 25, 2005

For users of Firefox - and I guess that is probably most readers of blogs who would be remotely interested in such a thing - there is a wonderful extension called greasemonkey. It don't so nothing on it's own, like - such as fixing double negatives, for example - but in combination with a growing number of downloadable javascript files it can work wonders on any web sites you visit.

One of the small annoyances I find with gmail, for instance, is the lack of a delete button. With greasemonkey I can download a script, activate it, and now whenever I visit my gmail inbox I get a delete button. That works.

And if you want to start writing your own scripts you can download Mark Pilgrim's Dive into Greasemonkey. The great thing is that you're not doing anything permanent to the web site itself - this isn't vandalism - but simply changing little things to improve your use of a site.
posted by Graham, 6:34 AM

0 Comments:

Add a comment

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs2.5 License.