Monday, August 16, 2004

Enhanced del.icio.us bookmarklet

Jon Udel writes about a modified bookmarklet which captures the selected text into extended field. Thanks

To further my own self-interest in keeping track of things, I've made a minor extension1 to the del.icio.us bookmarklet, so that selected text on the target page is used for the (optional) extended description of the routed item. This makes the items I route easier for me to scan. And for you too. Of course if you did the same, the items you route would be easier for you to scan. And for me too.

Standard version:
javascript:location.href='http://del.icio.us/YOURNAME?url=' +escape(location.href) +'&title='+escape(document.title)

Modified version:
javascript:location.href='http://del.icio.us/YOURNAME?url='+escape(location.href) +'&title='+escape(document.title) +'&extended='+escape(document.getSelection())

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home