This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |