Skip to content

Instantly share code, notes, and snippets.

View justinjohnson1's full-sized avatar

Justin Johnson justinjohnson1

View GitHub Profile
// how_much_netflix.js
// A script that looks through your Netflix viewing activity and
// tallys up how much time you've spent watching Netflix
//
// 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 fetchAllViewedItems = function() {