Skip to content

Instantly share code, notes, and snippets.

View apehex's full-sized avatar

David apehex

  • ~~~~~~~~*\o/~~~~~/\*~~~~~~~
View GitHub Profile
@apehex
apehex / fetch_kindle.js
Last active July 7, 2020 14:47 — forked from yangchenyun/fetch_kindle.js
Get back my books from Kindle
/*
* @fileoverview Program to free the content in kindle books as plain HTML.
*
* This is largely based on reverse engineering kindle cloud app
* (https://read.amazon.com) to read book data from webSQL.
*
* Access to kindle library is required to download this book.
*/
// The Kindle Compression Module copied from http://read.amazon.com application