Quote:
Originally Posted by Byrdie
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));