|
|
|
|
|
by icc97
3631 days ago
|
|
For Firefox keyboard junkies I simplified the bookmarklet so that I can type 'pi tag1 tag2 ...' from the address bar and it will save a 'to read' bookmark i.e. private bookmark with the title of page and the tags. Obviously you could use anything for the 'pi' keyword - that is just the keyword for the bookmark. This is the 'location' that I use: `javascript:q=location.href;p=document.title;void(t=open('https://pinboard.in/add?later=yes&noui=yes&jump=close&url='+...();` |
|