Skip to content

Instantly share code, notes, and snippets.

View ferroao's full-sized avatar

Fernando Roa ferroao

  • UFG
View GitHub Profile
@ferroao
ferroao / fetch_kindle.js
Created November 3, 2018 18:32 — 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