Bookmarklets

Posted February 26, 2005 in misc

Wouldn’t it be nice to be able to click on a button while browsing a site and get the title and url in Textile format so I can paste it directly into the current article? Something similar to the popup post to del.icio.us bookmarklet

Used Google Search: javascript copy clipboard title url bookmarklet and found this site on Bookmarklets.

Let’s see how it goes…
javascript:void(prompt('','%22' + document.title + '%22:' + location ))