Skip to content

Instantly share code, notes, and snippets.

@JohanKlos
JohanKlos / userscript.js
Last active February 24, 2025 02:47 — forked from lfhbento/userscript.js
Download all your Kindle books before Feb 26, 2025
// ==UserScript==
// @name Amazon Kindle Auto-Downloader (Start/Stop Buttons)
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Adds Start/Stop buttons to automatically download Kindle books from each page
// @author
// @match https://www.amazon.com/hz/mycd/digital-console/contentlist/booksPurchases/dateDsc?pageNumber=*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle