Skip to content

Instantly share code, notes, and snippets.

@ChewingPencils
Created October 15, 2012 00:42
Show Gist options
  • Save ChewingPencils/3890299 to your computer and use it in GitHub Desktop.
Save ChewingPencils/3890299 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