Skip to content

Instantly share code, notes, and snippets.

@antivacuum
Created March 16, 2022 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save antivacuum/4a29b03096282259aaa845609335c785 to your computer and use it in GitHub Desktop.
Save antivacuum/4a29b03096282259aaa845609335c785 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://r22.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);
})();
@IAmDenki
Copy link

IAmDenki commented Aug 8, 2022

so when i paste it into tampermonkey, it says i have to enter a time, where do i do that?

@antivacuum
Copy link
Author

antivacuum commented Aug 16, 2022

so when i paste it into tampermonkey, it says i have to enter a time, where do i do that?

no idea whats going on there, you should just be able to go to the File dropdown menu and click save or just click the "Raw" button on the top right of the source code box right here in github to instantly install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment