The Google Dinosaur game has two obstacles: cacti and birds (pterodactyls). Using the browser console, you can make the dinosaur invincible so it stops reacting to them and keeps running to set new records.
How to open the console:
- Open the Google Chrome browser.
- In the address bar, type chrome://dino and press Enter.
- Press F12 (or Ctrl+Shift+J) to open Developer Tools, then select the “Console” tab.
Type one of these commands and press Enter:
- Become invincible (never game over): Runner.instance_.gameOver = function(){};
- Set the speed (higher = faster): Runner.instance_.setSpeed(1000);