Skip to content

Instantly share code, notes, and snippets.

@rajeshg
Created November 5, 2010 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rajeshg/664217 to your computer and use it in GitHub Desktop.
Save rajeshg/664217 to your computer and use it in GitHub Desktop.
Delicious bookmarklet which opens the delicious url in a seperate window. This is a slightly modified version of the official delicious bookmarklet
javascript:(function(){window.open('http://www.delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&jump=doclose');})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment