This file contains hidden or 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 YouTube Player for edX | |
// @namespace morhaus | |
// @version 1.1 | |
// @description Replace the default edX video player with the YouTube player | |
// @author Alexandre Kirszenberg <alexandre.kirszenberg@gmailcomr> | |
// @match https://courses.edx.org/* | |
// @match https://courses.ionisx.com/* | |
// @grant none | |
// ==/UserScript== |