Skip to content

Instantly share code, notes, and snippets.

@rafaelrinaldi
Created July 29, 2014 22:03
Show Gist options
  • Save rafaelrinaldi/2e6b1caa024e649b9e5e to your computer and use it in GitHub Desktop.
Save rafaelrinaldi/2e6b1caa024e649b9e5e to your computer and use it in GitHub Desktop.
Pinboard bookmarklet that displays the popup centered
javascript:w=750,h=700,t=(screen.height*.5)-(w*.5),l=(screen.width*.5)-(h*.5),q=location.href,p=document.title;document.getSelection?d=document.getSelection():d='';void(open('https://pinboard.in/add?showtags=yes&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,scrollbars=yes,width='+w+',height='+h+',top='+t+',left='+l));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment