Maybe you've played this game, if not then I'll tell you that this game is basically a running dinosaur which needs to run and avoid the obstacles in the way to win. 

We're gonna hack this game, and after that none of the obstacles will be able to hit dinosaur.

Only in Windows

1. Open Dino Game

( No Need To Disconnect Internet, Just Type - chrome://dino )

2. Click On Inspect Element ( Ctrl + Shift + I ) And Open Console Tab

3. Paste These Codes And Hit Enter After Each Code

var original = Runner.prototype.gameOver

[ENTER]

Runner.prototype.gameOver = function (){}

[ENTER]

4. Close The Inspect Element And Start The Game

BOOM!, The Dino Doesn't Get Effected With Any Cactus, Obstacles And Birds.

An article by Munna Suprathik