All Projects → mcdxn → google-books-preview-pages-downloader

mcdxn / google-books-preview-pages-downloader

Licence: MIT License
Download Google Books

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to google-books-preview-pages-downloader

isbnlib
python library to validate, clean, transform and get metadata of ISBN strings (for devs).
Stars: ✭ 177 (+268.75%)
Mutual labels:  google-books

JavaScript Google Books Preview Pages Downloader (GBPPD)

GBPPD downloads Google Books Preview pages automatically.

How to use:

  • Once you are on the start page of the book you are previewing, "right click the preview page and choose Inspect" to open Chrome's JavaScript console. This is an important step to get into the iframe context.
  • Copy the GBPPD JavaScript code (the minified version is much easier to cut-and-paste) and paste it on the console, then press ENTER.
  • Start GBPPD by typing on the console gbppd.start(), then press ENTER.
  • It will start scrolling automatically the pages and each time a page loads the GBPPD will capture it.
  • After reaching the last page, type gbppd.finish() on the console, then press ENTER.
  • GBPPD will open a new tab with a list of all the links of the preview pages and then download them all automatically.

Watch video here:

Old: https://youtu.be/cCFtlXJPoJ0 New: https://youtu.be/LsbGFLBiPWQ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].