I write short little JavaScript tools all the time to make my life in a browser more enjoyable.
For example, here's a short list:
- Amazon to Library
- Amazon to ABE books
Initially, I just developed them in the URL (javascript: and all), but that got old real fast.
So, this tool takes a URL to a JavaScript source file and the name of the function to execute upon
loading and generates the URL string for you.