This is a command for Backtick. It posts the current page to pinboard.
-
-
Save ordnungswidrig/7675367 to your computer and use it in GitHub Desktop.
Post current page to pinboard with tag "friday"
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
javascript:q=location.href;p=document.title;void(t=open('https://pinboard.in/add?later=no&tags=friday&noui=yes&jump=close&url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=100,height=100'));t.blur(); |
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
{ | |
"name": "Pinboard Friday", | |
"description": "Post current page to pinboard with tag friday", | |
"icon": "https://pinboard.in/bluepin.gif", | |
"link": "http://pinboard.in/" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment