Created
September 6, 2021 15:40
-
-
Save nfreear/9d97fc892b430c8c647bdc543fc6b424 to your computer and use it in GitHub Desktop.
"Add to Pinboard" bookmarklet | © Nine Fives Software. | https://pinboard.in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! 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