Skip to content

Instantly share code, notes, and snippets.

@rmateu
Forked from lyoshenka/backtick-to-pinboard.md
Last active August 29, 2015 14:02
Show Gist options
  • Save rmateu/0bc176f14df2cc655c19 to your computer and use it in GitHub Desktop.
Save rmateu/0bc176f14df2cc655c19 to your computer and use it in GitHub Desktop.

Backtick.io - Save to Pinboard

javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://pinboard.in/add?url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=700,height=350'));
{
"name": "Add to Pinboard",
"description": "Save current page to Pinboard.in.",
"icon": "https://dl.dropboxusercontent.com/u/842/backtick/Pinboard_logo_60.png",
"link": "https://pinboard.in"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment