bunch of proxies of sadly been taken down but I added a new one for a test. (New Updates Aswell!)
This is a test so idk if it will work
Test 1:
javascript: if (window.location.hostname == "edpuzzle.com") {
var script = document.body.appendChild(document.createElement("script"));
script.src = "https://EdpuzzleSkip.asmallyawn.repl.co/script.js";
script.remove();
} else {
alert("Please run this on https://edpuzzle.com/assignments/[assignment_id]/watch")
}
Test 2:
javascript: if (window.location.hostname == "edpuzzle.com") {
var script = document.body.appendChild(document.createElement("script"));
script.src = "https://cdn.jsdelivr.net/gh/ASmallYawn/EdpuzzleSkipper@2.1/script.js";
script.remove();
} else {
alert("Please run this on https://edpuzzle.com/assignments/[assignment_id]/watch")
}