Skip to content

Instantly share code, notes, and snippets.

@cfont
Forked from ltrebing/delicious-bookmark
Last active August 29, 2015 14:27
Show Gist options
  • Save cfont/6c80eaf04d32551d7708 to your computer and use it in GitHub Desktop.
Save cfont/6c80eaf04d32551d7708 to your computer and use it in GitHub Desktop.
A Delicious bookmarklet that opens an old-style new tab (or window) instead of putting a fancy inline frame thing on the page.
javascript:(function(e,t){window.open(%22https://delicious.com/save?url=%22+encodeURIComponent(e.location.href)+%22&title=%22+encodeURIComponent(e.document.title)+%22&note=%22+encodeURIComponent(%22%22+e.getSelection()?e.getSelection():e.document.getSelection?e.document.getSelection():e.document.createRange().text)+%22&v=1.1%22,%22_blank%22);})(window)
@cfont
Copy link
Author

cfont commented Aug 11, 2015

specifically copied for use in Safari on Yosemite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment