i wrote my first greasemonkey script. for those who aren’t familiar, greasemonkey is a firefox extension that allows the user to run scripts that programmatically change the current web page on the fly.

see the wikipedia page.
and download the extension here.
anyhoo, i spent a short while this weekend whipping together monkeybarrel. (click here to install)
monkeybarrel is a script allows the user to discover more greasemonkey scripts. for a given page that you visit, it searches userscripts.org to see if there are any scripts that apply to the page. if the script turns up some results, it links you to them.
i think if people knew about more scripts, greasemonkey would take off, as being able to edit a page is a powerful thing. this is my attempt to help that:
another great greasemonkey script that nfultz hacked together a berkeley version of a script that inserts a library link in amazon.com book pages. (click here to install)
you guys see any other uses for greasemonkey? i like to think of it as inverse screen scraping: instead of taking this html and finding some programmatic way to to pull out data and strip out formatting, you have a script that edits or inserts stuff in your page, fitting into the formatting in in a nice way.
UPDATE: userscripts.org had to disable installation of MonkeyBarrel, because it generated server load and created other issues. Please get the new version that doesn’t slam servers.