Who didn’t play the Chrome Dinosaur, even once? This simple but addictive game has made us happy many times while we didn’t have internet or until that this returns. This peculiar Easter Egg, according to its developers, returns us to the prehistoric age, when you do not have access to WiFi, and the desert and cacti, are related to the first integration of the ‘you-are-offline’ page. But Did you know that this game has some tricks? Yes…, these game, like another, has some knacks that make our experience unforgettable. And now I will say you 4 Chrome’s Dinosaur tricks that you should now.
Preparing our Browser…
First of all, we have to enter the dinosaur.
The first option is that you have to disconnect your internet or have a slow connection, that is the most common.
And the second option is that you can introduce this URL : chrome://dino in the search bar. And automatically game will appear but with the advantage, that when you start the game, the browser will open an arcade mode where the game stays in full screen, improving the gaming experience.
Then we have to enter in the console. Chrome’s console is a tool that allows us to write code to modify or add some attributes of a website. The programing language that we use in the console is javascript, but in this case, we do not have to know this language. To enter the console we have to press the button Control + Mayus + J, in Windows, or Comand + Opt + J, in Mac.
Ready with all of this we start…
Chrome’s Dinosaur Tricks
1. Run… Run… Run…
This trick will help us to increase or decrease the speed of the dinosaur, you only have to introduce this line of code Runner.instance_.setSpeed (x);
in the console, and modify ‘x’ for any value, for example, Runner.instance_.setSpeed (100);
, then press enter, and start the game…

The dinosaur will increase or decrease its velocity according to the values that we assign to ‘x’.
2. Without Barriers
Now you will learn how to break through your limits, with this trick you can cross any obstacle that you have in your way. You only must introduce this line of code Runner.instance_.gameOver = function(){};
in the console, and press enter.

3. Are you ready?
This trick is very fun, you must enter the code Runner.Instance_.playingIntro = true
in the console and press enter. And the dinosaur will run in place, like a runner who is preparing for a race.

4. Combinations¡
Now, what happen if I mix these tricks? Nothing. If you want to combine you can improve your experience, for example, you can use the trick that increases the speed and the one that permits us to cross any obstacle, with the following code:
Runner.Instance_.setSpeed (100); Runner.Instance_.gameOver (){};
you could make your best record…

And now you know 4 tricks of the chrome’s dinosaur