Skip to content

Instantly share code, notes, and snippets.

@obeattie
Forked from JoelBesada/README.md
Last active August 29, 2015 14:08
Show Gist options
  • Save obeattie/c41ac982b2514a5cab1e to your computer and use it in GitHub Desktop.
Save obeattie/c41ac982b2514a5cab1e to your computer and use it in GitHub Desktop.
var url = location.href,
selection = (document.getSelection ? document.getSelection() : ''),
title = document.title,
pinboardUrl = 'https://pinboard.in/add?next=same&url=' + encodeURIComponent(url) + '&description=' + encodeURIComponent(selection) + '&title=' + encodeURIComponent(title);
document.location = pinboardUrl;
{
"name": "Bookmark on Pinboard",
"description": "Add the current page to your bookmarks on Pinboard",
"link": "https://pinboard.in"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment