Last active
October 15, 2022 16:31
-
-
Save SpotlightForBugs/864ad922f1ca7cd33eb901f97ff079dc to your computer and use it in GitHub Desktop.
Automatically solve Questions on Schlaukopf.de
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
| //put this in your browser`s Console after starting a Quiz on Schlaukopf.de | |
| setInterval(function () { | |
| runtime.asyncEvaluate(1) | |
| }, 3000); //time to wait in miliseconds | |
| //a manual approach to solve the quiz can be found here: | |
| // https://gist.github.com/SpotlightForBugs/8cd6dd20ba1fd6f11e0d541aa8f20b7f | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment