Skip to content

Instantly share code, notes, and snippets.

@matthewhochler
Last active January 1, 2016 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewhochler/8116608 to your computer and use it in GitHub Desktop.
Save matthewhochler/8116608 to your computer and use it in GitHub Desktop.
Bookmark current URL in Pinboard as 'Unread,' with no pop-up or option for tags. Custom bookmarklet for Backtick (http://backtick.io/).
javascript:q=location.href;p=document.title;void(t=open('https://pinboard.in/add?later=yes&noui=yes&jump=close&url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=100,height=100'));t.blur();
{
"name": "Read Later in Pinboard",
"description": "Bookmark current URL in Pinboard as 'Unread,' with no pop-up or option for tags."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment