Skip to content

Instantly share code, notes, and snippets.

@epramono
Created October 17, 2013 16:35
Show Gist options
  • Save epramono/7028062 to your computer and use it in GitHub Desktop.
Save epramono/7028062 to your computer and use it in GitHub Desktop.
This is a Javascript bookmarklet for Chrome on iOS. It lets you put the clipboard as the quotation you want to save in Quotebook, and the page URL as the quotation's source. It will trigger Launch Center Pro to prompt you the Author's name before redirecting you to Quotebook. Requires: Chrome, Quotebook 2.0, and Launch Center Pro 2.0.
javascript:window.location=
'launchpro://?url='+
encodeURIComponent(
'quotebook://add?quote=[clipboard]&author=[prompt:Author]&source='+
window.location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment