Skip to content

Instantly share code, notes, and snippets.

View bishtawi's full-sized avatar

Stephen bishtawi

View GitHub Profile
@bishtawi
bishtawi / udacity-auto-advance.user.js
Last active September 15, 2018 04:29
Hacky way to auto advance Udacity's classroom lecture videos
// ==UserScript==
// @name Udacity Auto Advance
// @namespace https://omscs.gatech.edu/
// @description Auto advance Udacity's classroom lecture videos
// @date 2017.01.25
// @version 1.0.1
// @match https://classroom.udacity.com/*
// @run-at document-end
// @run_at document_end
// @grant none