Created
October 17, 2013 16:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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