How to automate the chrome dino game
Step 1 - Browse something on google chrome without internet and you'll see a dinosaur. Start the game by pressing the space bar.
Step 2 - Right click and click on "inspect".
Step 3 - Click on "console" tab.
Step 4 - Then write the following code -
var a = runner.prototype.gameover
Press enter then write this -
runner.prototype.gameover = function(){}
Step 5 - Press enter and close the "inspect element window". Then play the game again and enjoy! Please leave a comment below.