Skip to content

Instantly share code, notes, and snippets.

@spiaust
spiaust / script.js
Last active February 20, 2025 15:43 — forked from danmactough/script.js
Download all your Kindle books before Feb 26, 2025
// ==UserScript==
// @name Amazon Auto Download Books with Auto-Pagination
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Automates the "Download & Transfer" process on Amazon Content Library and auto-paginates.
// @author Your Name
// @match https://www.amazon.com/hz/mycd/digital-console/contentlist/booksAll/dateDsc/*
// @grant none
// ==/UserScript==
@spiaust
spiaust / index.html
Last active July 1, 2019 15:46
Popup Contact Form
<div id="contact">Contact</div>
<div id="contactForm">
<h1>Keep in touch!</h1>
<small>I'll get back to you as quickly as possible</small>
<form action="#">
<input placeholder="Name" type="text" required />
<input placeholder="Email" type="email" required />