Skip to content

Instantly share code, notes, and snippets.

View ExploHash's full-sized avatar

JBeaart ExploHash

View GitHub Profile
@ExploHash
ExploHash / downloadAllContentAmazon.js
Last active December 30, 2023 11:40
Amazon download all books from Content & Devices
/**
* This script will download all books from your content & devices page on Amazon.
* Paste this script in the console in your web browser and run it. It uses your first device as the download device.
*/
// Subject to change with Amazon updates
const moreActionsMenuClassName = ".Dropdown-module_dropdown_container__2YGLm";
const deviceDialogItemClassName = ".ActionList-module_action_list_item__LoNyc";
const deviceDialogButtonClassName = ".DeviceDialogBox-module_button_container__1huSS";