Skip to content

Instantly share code, notes, and snippets.

@mrgarbagegamer
Last active March 11, 2019 14:10
Show Gist options
  • Save mrgarbagegamer/2e4b0641b8ff714b87ab1a07f1472a53 to your computer and use it in GitHub Desktop.
Save mrgarbagegamer/2e4b0641b8ff714b87ab1a07f1472a53 to your computer and use it in GitHub Desktop.
var i;
for (i = 0; i < 1000; i++) {
function OKScript (StartOKScript) {
var OK = document.getElementsByClassName("answer");
clearTimeout(StartOKScript);
}
goPlayQuestions(284174, 17, 20);
var StartOKScript = setTimeout(OKScript, 5000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment