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 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== |
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
<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 /> |