Skip to content

Instantly share code, notes, and snippets.

@ordnungswidrig
Forked from JoelBesada/README.md
Last active December 29, 2015 13:09
Show Gist options
  • Save ordnungswidrig/7675367 to your computer and use it in GitHub Desktop.
Save ordnungswidrig/7675367 to your computer and use it in GitHub Desktop.
Post current page to pinboard with tag "friday"

This is a command for Backtick. It posts the current page to pinboard.

javascript:q=location.href;p=document.title;void(t=open('https://pinboard.in/add?later=no&tags=friday&noui=yes&jump=close&url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=100,height=100'));t.blur();
{
"name": "Pinboard Friday",
"description": "Post current page to pinboard with tag friday",
"icon": "https://pinboard.in/bluepin.gif",
"link": "http://pinboard.in/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment