Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created September 6, 2021 15:40
Show Gist options
  • Select an option

  • Save nfreear/9d97fc892b430c8c647bdc543fc6b424 to your computer and use it in GitHub Desktop.

Select an option

Save nfreear/9d97fc892b430c8c647bdc543fc6b424 to your computer and use it in GitHub Desktop.
"Add to Pinboard" bookmarklet | © Nine Fives Software. | https://pinboard.in
/*! Copyright © Nine Fives Software. | https://pinboard.in/tos/
*/
javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://pinboard.in/add?url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=700,height=350'));
/* End. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment