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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
sserrato/README.md

✨ Hello there ✨

I'm P. S. Serrato. WebsiteTwitter

“The unfed mind devours itself.” ― Gore Vidal

Pinned Loading

  1. gdrive gdrive Public

    Google Drive helpers and utilities

    JavaScript 1

  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