Skip to content

Instantly share code, notes, and snippets.

@SpotlightForBugs
Last active October 15, 2022 16:31
Show Gist options
  • Select an option

  • Save SpotlightForBugs/864ad922f1ca7cd33eb901f97ff079dc to your computer and use it in GitHub Desktop.

Select an option

Save SpotlightForBugs/864ad922f1ca7cd33eb901f97ff079dc to your computer and use it in GitHub Desktop.
Automatically solve Questions on Schlaukopf.de
//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