Skip to content

Instantly share code, notes, and snippets.

View CodySchrank's full-sized avatar

Cody Schrank CodySchrank

  • Los Angeles, CA
View GitHub Profile
// A script that looks through your Netflix viewing activity and
// tallys up how much time you've spent watching Netflix.
// And then it exports to a json file.
//
// INSTRUCTIONS TO USE:
// Open https://www.netflix.com/WiViewingActivity and the developer console
// Copy and paste this script into the developer console and press enter
//
(function () {
var ex = function (data, filename) {