Skip to content

Instantly share code, notes, and snippets.

@erikpukinskis
Created August 17, 2013 23:18
Show Gist options
  • Save erikpukinskis/6259136 to your computer and use it in GitHub Desktop.
Save erikpukinskis/6259136 to your computer and use it in GitHub Desktop.
Pinboard.in bookmarklet to copy/paste in iOS
javascript:if(document.getSelection){s=document.getSelection();}else{s='';};document.location='https://pinboard.in/add?next=same&url='+encodeURIComponent(location.href)+'&description='+encodeURIComponent(s)+'&title='+encodeURIComponent(document.title)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment