Greasemonkey is a Firefox extention that lets you edit the DOM (ie the page) on the fly after the page is downloaded and parsed, but before it is rendered. Thus making it very easy to tweak pages slightly. For example it could search text for text that starts with http:// but is not a link, and replace the text with a link to the location. This provides a very powerfull way to edit web pages on the fly.
Dive Into Greasemonkey is an exelent guide for greasemonkey. It covers installing it all the way to very complex examples.
In the start most people added their scripts to a Wiki. This soon exploded with user contributed scipts, hundereds of them. This soon grew very big, fortunatly help was at hand and userscripts.org was created. It is a much better reposiraty
© copyright Thomas Stewart