Skip to content

Instantly share code, notes, and snippets.

@mattlemmone
mattlemmone / kindle_ebooks.js
Created February 25, 2025 02:22 — forked from spf13/script.js
Download all your Kindle books before Feb 26, 2025
(async function () {
// Close the notification if it appears
function closeNotification() {
const notifClose = document.querySelector("span#notification-close");
if (notifClose) {
notifClose.click();
}
}
// Pause for a given duration (in milliseconds)