View Single Post
Old 02-13-2025, 11:30 PM   #140
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,255
Karma: 171291590
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Byrdie View Post
I have that download-all-kindle-books.js script but can't get it to run. I think it needs a browser plugin that I don't have, or else does not work in Chrome.
Not sure about Chrome but it works with the Tampermonkey extension in Firefox.

I did make a couple of changes to the script. I changed the site to amazon.ca and also to the Purchased items page and dropped the wait time to 5000 ms from 14000.

Code:
// @match        https://www.amazon.ca/hz/mycd/digital-console/contentlist/booksPurchases/*

// Wait a little before processing the next dropdown
              await new Promise(resolve => setTimeout(resolve, 5000));

Last edited by DNSB; 02-14-2025 at 12:25 AM. Reason: Edit: Added changes I made to the script
DNSB is offline   Reply With Quote