Skip to content

Instantly share code, notes, and snippets.

@macdrifter
Forked from ChewingPencils/pinbook.js
Created October 15, 2012 00:51
Show Gist options
  • Save macdrifter/3890315 to your computer and use it in GitHub Desktop.
Save macdrifter/3890315 to your computer and use it in GitHub Desktop.
Pinbook Bookmarklet
javascript:window.location='pinbook:///add?url='%20+%20encodeURIComponent(document.location.href)%20+%20'&title='%20+%20encodeURIComponent(document.title);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment