-
-
Save kizbitz/6fd81f193d064bb55bcb to your computer and use it in GitHub Desktop.
Copy text from Amazon's Cloud Reader
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
// Useful for students in need of block quotes for their paper, etc. | |
// Executing with the JavaScript console | |
new_window=window.open();new_window.document.body.innerHTML = $('iframe').contents().find('iframe').contents().find('body').get(1).innerHTML; | |
// With a bookmarklet: | |
javascript:new_window=window.open();new_window.document.body.innerHTML = $('iframe').contents().find('iframe').contents().find('body').get(1).innerHTML; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment