Created
November 5, 2010 14:23
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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