code for ruuning dino game for infinite code example
Example 1: hack google dinosaur
Runner.prototype.gameOver = function (){}
Example 2: t rex dino game hacked
var original = Runner.prototype.gameOver
Runner.prototype.gameOver = function (){}
var original = Runner.prototype.gameOver