Skip to content

Instantly share code, notes, and snippets.

@jl2
Created June 29, 2011 00:19
Show Gist options
  • Save jl2/1052564 to your computer and use it in GitHub Desktop.
Save jl2/1052564 to your computer and use it in GitHub Desktop.
Keyboard shortcuts for creating Pinboard bookmarks in Opera
; Read Later
F9=Go to page,"javascript:{q=location.href;p=document.title;void(t=open('https://pinboard.in/add?later=yes&noui=yes&jump=close&url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard', 'toolbar=no,width=100,height=100'));t.blur();}"
; With tags
F10=Go to page,"javascript:{q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://pinboard.in/add?showtags=yes&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard', 'toolbar=no,width=700,height=600'));}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment