Tuesday, February 22, 2005

ISBN Linker Bookmarklet

Drag and drop the [ISBN Linker] into your toolbar and click it to transform ISBN numbers in the current page into links to Amazon.com.

1 comment:

David Toub said...

Another nice javascript bookmarklet that you might already know is this one:

javascript:void(q=prompt('Enter%20text%20to%20search%20Amazon.',getSelection()));if(q)void(location.href='http://www.amazon.com/exec/obidos/external-search/?keyword='+escape(q)+'&mode=blended&tag=blogography00-20&Go=Go')

What this does is generate a popup Amazon search window. Of course, you can change the href tag to any other search string such as eBay's, PubMed's, etc. although there is perhaps more functionality in configurable search bars within browsers (eg. Safari, OmniWeb, any Mozilla variant)