Skip to content

Instantly share code, notes, and snippets.

@jasisk
Created December 21, 2009 20:46
Show Gist options
  • Save jasisk/261219 to your computer and use it in GitHub Desktop.
Save jasisk/261219 to your computer and use it in GitHub Desktop.
Cheating code for the mathfacts website.
javascript:(function(){var Q2 = Question;Question = function(){Q2.apply(this,arguments);var a = arguments[3];setTimeout(function(){qdoc.getElementsByName("answer")[0].value = a;setTimeout(checkAnswer,100);},100);};alert("CHEATER!");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment