ASmallYawn / EdpuzzleSkipper

A script that allows you to skip all of those annoying Edpuzzles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edpuzzle Video Skipper

jsdelivr badge

Follow the steps below to use the skipper

Note: This project is being used in Edpuzzle Answers.

Thanks to @ading2210 for cleaning up the code and making it a lot more readable on v2.1!

Add the bookmarklet

Copy the following code and make it a bookmarklet

bookmarklet creation

To make a bookmarklet, simply create a new bookmark, name it whatever you want, and then paste the code below into the url box.

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")
}

Usage

Simply go to any EdPuzzle assignment, a link like this (https://edpuzzle.com/assignments/[assignment_id]/watch), and click the bookmarklet.

License

GPL-3.0

Please star if you enjoy it :)

ඞ sussy balls

About

A script that allows you to skip all of those annoying Edpuzzles

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%