Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created October 9, 2014 20:41
Show Gist options
  • Save 0x4a/c53f56f0151d0159583c to your computer and use it in GitHub Desktop.
Save 0x4a/c53f56f0151d0159583c to your computer and use it in GitHub Desktop.
#pinboard.in open popup with tags - #bookmarklet
javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://pinboard.in/add?showtags=yes&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,scrollbars=yes,width=750,height=700'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment