Skip to content

Instantly share code, notes, and snippets.

@ChewingPencils
Last active December 11, 2015 21:48
Show Gist options
  • Save ChewingPencils/4665185 to your computer and use it in GitHub Desktop.
Save ChewingPencils/4665185 to your computer and use it in GitHub Desktop.
Pinbook x-callback bookmarklet with selection support for iPad. (Returns back to Safari) If this doesn't work, try this code: http://f.cl.ly/items/230t0j0M2L372d3K103l/ClouDrop%20Feb%204,%202013,%207:18:13%20AM.txt
javascript:(function()%20%7Bwindow.location='pinbook://x-callback-url/add?x-source='+encodeURIComponent(window.location.hostname.replace('www.',''))+'&x-success='+encodeURIComponent(window.location)+'&title='+encodeURIComponent(document.title)+'&description='+window.getSelection()+'&url='+encodeURIComponent(window.location);%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment