Skip to content

Instantly share code, notes, and snippets.

View jasisk's full-sized avatar
👋

Jean-Charles Sisk jasisk

👋
View GitHub Profile
@jasisk
jasisk / gist:261219
Created December 21, 2009 20:46
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!");})();