Skip to content

Instantly share code, notes, and snippets.

@jaredatron
Created December 24, 2010 20:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jaredatron/754502 to your computer and use it in GitHub Desktop.
Save jaredatron/754502 to your computer and use it in GitHub Desktop.
pinbaord.in bookmarklet
javascript:t='PUT YOUR TAGS HERE';q=location.href;p=document.title;void(t=open('http://pinboard.in/add?later=yes&noui=yes&jump=close&tags='+encodeURIComponent(t)+'&url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=100,height=100'));t.blur();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment