Skip to content

Instantly share code, notes, and snippets.

@uhkorro
Forked from antivacuum/EdSkipper.user.js
Created August 4, 2022 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uhkorro/22813cfd5aa4a5167259da175059aa53 to your computer and use it in GitHub Desktop.
Save uhkorro/22813cfd5aa4a5167259da175059aa53 to your computer and use it in GitHub Desktop.
Autoplay for Edgenuity with overlay included(use shift+\)
// ==UserScript==
// @name EdSkipper
// @namespace http://tampermonkey.net/
// @version 0.1
// @description autoskip edgenuity videos
// @author antiVacuum
// @match https://r18.core.learn.edgenuity.com/Player/
// @icon https://static.wikia.nocookie.net/cpucs-tournament/images/9/97/SamusIcon.png/revision/latest?cb=20190209012018
// @grant none
// ==/UserScript==
(function() {
'use strict';
setTimeout(() => {javascript:$.getScript("https://webmsgr.github.io/edgenuity-skipper/release/skipper.min.js");void(0);}, 2000);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment