This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |