The quickest way: Google's hidden dinosaur game
The easiest dinosaur pop-up on a computer is built into Google Chrome. When your internet connection drops, Chrome shows a small pixelated dinosaur on the error page. You can make it appear by disconnecting from the internet, or by typing chrome://dino directly into your address bar while online. The dinosaur will jump and run across the screen in a straightforward side-scrolling game — no read or setup required.
This dinosaur appears automatically whenever Chrome cannot reach a website. If you want to see it without losing your connection, the address bar shortcut is faster. The game runs in any Chrome browser window and works on Windows, Mac, and Linux computers.
Key Takeaways
- Type chrome://dino into Chrome's address bar to see the dinosaur game without disconnecting from the internet.
- The dinosaur appears on Chrome's error page whenever your connection drops, and you can play by pressing the spacebar to jump.
- Other browsers do not have a built-in dinosaur, but you can find dinosaur games and animations on websites like itch.io or through browser extensions.
- Creating your own dinosaur pop-up requires basic HTML and JavaScript knowledge, or you can use free animation tools like Scratch or Animate CC.
Using browser extensions to add dinosaur animations
If you use a browser other than Chrome, or want a dinosaur that appears more often, browser extensions can add dinosaur pop-ups to your screen. Extensions like "Dinosaur" or "Dino Run" install from your browser's extension store — Chrome Web Store for Chrome, Firefox Add-ons for Firefox, or Edge Add-ons for Microsoft Edge.
Most extensions let you set when the dinosaur appears: on a timer, when you open a new tab, or when you click a button. Some show a full dinosaur animation; others add a small dinosaur character to the corner of your screen. Check the extension's description to see what it does before you install it, since features vary widely.
Installing an extension takes about one minute. Open your browser's extension store, search for "dinosaur," read the reviews and description, and click the install button. The dinosaur will then appear according to the extension's settings.
Making a dinosaur pop-up with HTML and JavaScript
If you want to build your own dinosaur pop-up from scratch, you will need a text editor and basic knowledge of HTML and JavaScript. Create a new file, write code that draws or displays a dinosaur image, and add JavaScript to make it pop up on command. This approach gives you full control over when the dinosaur appears, what it looks like, and how it moves.
Start with a straightforward HTML page that contains an image of a dinosaur. Use CSS to style it — set its size, position, and colors. Then write JavaScript code that makes the dinosaur appear when you click a button or after a certain number of seconds. If you are new to coding, websites like Codecademy or freeCodeCamp have free tutorials on HTML, CSS, and JavaScript that walk through this process step by step.
Once your dinosaur pop-up works, you can save the file as an HTML document and open it in any browser. You can also share it with others by uploading it to a free hosting site like GitHub Pages or Netlify.
Using animation software to create a dinosaur character
If you prefer not to code, animation software like Adobe Animate, Blender, or the free tool Scratch lets you draw or import a dinosaur and make it move. Scratch is designed for beginners and runs in your web browser — you do not need to install anything. Blender is more powerful but has a steeper learning curve and is used by professionals.
In Scratch, you can upload a dinosaur image or draw one using the built-in tools, then use blocks of code (not text code) to make it move, change size, or appear when you click it. The whole process is visual and does not require typing. When you finish, you can run your project in Scratch's player or export it as a file.
Adobe Animate works similarly but is a paid subscription. It is better for creating smooth, detailed animations. If you are just starting out, Scratch is the faster and cheaper option.
Finding dinosaur games and pop-ups online
Websites like itch.io host thousands of free games made by independent creators, including many dinosaur games. Some are straightforward pop-ups; others are full games where you control a dinosaur. Search "dinosaur" on itch.io and filter by "games" to see what is available. Most run directly in your browser without downloading.
You can also search for "dinosaur pop-up" or "dinosaur animation" on YouTube to find videos of dinosaur effects, then look in the video description for links to the creator's code or project files. Many creators share their work for free on GitHub or their personal websites.
Troubleshooting dinosaur pop-ups that do not appear
If you typed chrome://dino and nothing happened, make sure you are using Google Chrome, not another browser. The address bar must show the full text before you press Enter. If you see an error message instead, try clearing your browser cache and restarting Chrome.
If you installed a browser extension and the dinosaur is not showing up, check the extension's settings. Some extensions require you to click a button to set up them, or they only appear on certain websites. Open the extension's options page (usually found by right-clicking the extension icon) and look for a toggle or timer setting.
If you built your own dinosaur pop-up with HTML and JavaScript and it is not working, open your browser's developer tools by pressing F12 or Ctrl+Shift+I (Windows) or Command+Option+I (Mac). Look at the Console tab for error messages — these will tell you what went wrong in your code.
Frequently Asked Questions
Can I make the Chrome dinosaur appear without losing internet?
Yes. Type chrome://dino into the address bar and press Enter. The dinosaur game will load and you can play it while staying online. This is the fastest way to see the dinosaur without any setup.
What is the dinosaur in Chrome called?
Google has not given it an official name, but it is often called the "Chrome dinosaur" or "Dino." It was designed to look like a Tyrannosaurus rex and first appeared in Chrome around 2014.
Can I use a dinosaur pop-up on my phone or tablet?
The Chrome dinosaur works on mobile Chrome, but you access it the same way — type chrome://dino into the address bar. Browser extensions usually do not work on mobile, so your options are more limited on phones and tablets.
Do I need to pay for software to make my own dinosaur pop-up?
No. Scratch, Blender, and basic text editors are all free. You can build a dinosaur pop-up using only free tools. Adobe Animate costs money, but it is not necessary for a straightforward pop-up.
Where can I find dinosaur images to use in my pop-up?
Websites like Pixabay, Unsplash, and Pexels offer free images you can use. You can also search "free dinosaur PNG" or "dinosaur illustration" to find transparent images that work well in pop-ups. Always check the license to make sure you are allowed to use the image.