Skip to content

Instantly share code, notes, and snippets.

View xyzzy529's full-sized avatar

Bryan xyzzy529

  • Denver CO, USA
View GitHub Profile
@danmactough
danmactough / script.js
Last active February 24, 2025 13:51
Download all your Kindle books before Feb 26, 2025
// 1. Log in to your Amazon account
// 2. Go to your Content Library > Books - https://www.amazon.com/hz/mycd/digital-console/contentlist/booksAll/dateDsc/
// 3. Open your browser's Javascript console
// 4. For each page of books, paste this script into the console
function closeNotification() {
document.querySelector('span#notification-close').click();
}
function pause(duration = 1000) {