John Borwick’s blog

Neat stuff John likes.

April 16th, 2007

SnipURL and del.icio.us

I’d really like for SnipURL to automatically create URLs for all my del.icio.us posts.  Really, whenever I need a URL snipped, it’s going to be one I want to bookmark.

Yesterday I changed my SnipURL javascript link to

javascript:var clickURL=(self.clickURL)?self.clickURL:location.href; var clickTitle=(self.clickTitle)?self.clickTitle:document.title; void(open(’http://snipurl.com/teq.do?link=’+escape(clickURL)+’&title=’+clickTitle,’click’));

which means Firefox 1.5 no longer brings up the URL in a window that it puts in the background; now the URL comes up in a new window–in my case, a new tab, since I told Firefox to create new windows as new tabs.

April 16th, 2007
|