Skip to content

Instantly share code, notes, and snippets.

@dinh
Forked from rajeshg/gist:664217
Created October 19, 2015 21:47
Show Gist options
  • Save dinh/7add4b3190eec48c59e2 to your computer and use it in GitHub Desktop.
Save dinh/7add4b3190eec48c59e2 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