Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 727 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 727 Bytes

Bookroll Downloader (w/ Auto-reader)

Tiny script to download slides on Bookroll. Use auto-reader to automatically read slides.

Simply copy and paste.

How to use (Downloader)

  1. Copy all of the codes in main.js.
  2. Open one of the slide on Bookroll.
  3. Press F12. After debug tool show up, select the console page.
  4. Paste all the codes you copied in step 1 into the console, then press enter.
  5. Wait until the process finished. Done.

How to use (Auto-reader)

Same as download slides. Copy all of the codes in autoreader.js then paste into console.

Tips

  • Use print to PDF to compress pictures into a pdf file.

Configure speed

Adjust waitTime, waitAtLeast parameter to make script slower/faster.