Several years ago, Google added a fun element to Chrome: if your internet went down and you tried to visit a web page, you’d see the message “Unable to connect to the Internet” or “No internet” with a little pixilated dinosaur next to it.
Just like every other people I thought its a cute little icon. But when you press the space bar or arrow button the dino starts to run. The rule for the game is simple. You just have to jump without touching the obstacles in your path. It’s a fun game to play especially when you are offline.
So here is a trick to have fun with your friends. Ask them to play first a get a score. And surprise them with the following trick.
Open developer tools by pressing F12. Under console type the following
“Runner.instance_.gameOver = () => {}”
And start playing the game. You can notice that dino doesn’t hit the obstacles and the game never ends.
Try it out and have fun!!