Skip to content
View sserrato's full-sized avatar

Block or report sserrato

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sserrato/README.md

Pinned Loading

  1. gdrive gdrive Public

    Google Drive helpers and utilities

    JavaScript 3

  2. Amazon Kindle Export Amazon Kindle Export
    1
    // The following data should be run in the console while viewing the page https://read.amazon.com/
    2
    // It will export a CSV file called "download" which can (and should) be renamed with a .csv extension
    3
    
                  
    4
    var db = openDatabase('K4W', '3', 'thedatabase', 1024 * 1024);
    5