Google used to be a company that left toys in the search bar on purpose. Most of them are gone now. The ones that remain tell a quieter story about what the company still thinks is worth protecting, and the pattern says more about the last fifteen years of search than any of the toys themselves do.
I started paying attention to the surviving ones the way you pay attention to anything that is still standing in a place where things keep getting torn down. The bat signal hidden in the search results, the snowfall that slowly buries the page under frost, the tilt that leans the whole results column a few degrees and watches you notice, the black hole that pulls the page toward the middle. Each one is older than most of the products shipping on the same homepage today. None of them were advertised. None of them have a roadmap. They live because nobody has been told to kill them yet.
What the survivors have in common
If you line up the ones that still work and the ones that quietly broke over the years, a pattern shows up fast. The survivors do one thing, run in the browser (meaning they execute as JavaScript in your tab without needing an app install), and respect the rule that the search results underneath stay visible. The dead ones tried to do too much. One asked for camera access. Another wanted to push notifications. A third tried to log you in.
A short list of what kept the survivors alive:
- They do not ask for an account or a sign-in (the act of authenticating who you are with a username and password)
- They do not request any browser permission that would trigger a permission prompt
- They live entirely inside the results page, not in a separate surface
- They work the same on a phone, a laptop, and a tablet, because the implementation is just mouse and touch input
- They generate or regenerate the artwork each load, so there is nothing to cache or break
That last one is the trick most people miss. The bat signal paints a fresh skyline every time you open it, the snowfall regenerates the frost on every reload, the tilt re-derives the lean on each page load. There is no asset to host, no media file to break, no model to update. The cost of keeping the trick alive is roughly the salary of the engineer who maintains the code, and that engineer has not been told to stop.
The killed ones followed a familiar arc
I asked around about the ones that vanished, and the story is the same every time. A product manager (the person responsible for deciding what a feature becomes and when) gets a request to make the trick do more. Add a leaderboard. Add a share button. Add a way to log in and save your high score. The first version did not need any of that. The second version needed all of it. The third version needed a privacy review. The fourth version needed an app. The fifth version was killed because the app was never going to ship.
What survives in tech almost always survives because nobody important cared enough to kill it. The Google Easter eggs are the cleanest case study I have ever seen for that rule, because the toys were explicitly not important. They were not on any quarterly plan. They were not assigned to a reviewer. They were not part of any growth target. The one thing they had going for them was the absence of attention, and that is the same thing that protects a small library, a small API, a small internal tool at every other company.
What the dead toys tell us about the company today
Google search has spent recent years adding features that require more from you. Personalized results, AI overviews, shopping modules, knowledge panels, and the giant experiment bar at the top that wants you to stay on the page forever. Each of those features needed a sign-in, a permission, a model, a review, a launch event. Each of them made the page heavier. The Easter eggs went the other direction. No sign-in, no permission, no model, no launch.
You can read the contrast as a metaphor if you want, but the engineering reality is more interesting. A small interactive page that lives entirely in the browser is cheap in a way that nothing on the modern search results page is cheap anymore. The bat signal is a few hundred lines of JavaScript. The black hole effect is even smaller. They have not grown. The rest of the search page has grown by an order of magnitude (ten times larger or more) since they shipped. The toys stay small because small is what keeps them there.
Trade-offs
The cost of keeping the toys is real even when nobody touches them:
- Every code change to the surrounding search page risks breaking them, and a single broken interaction costs more support tickets than the toys save in goodwill
- The maintainer eventually leaves the company, and the toys get assigned to whoever is least busy, which is rarely the person who understands the code
- A surprising number of Easter eggs are blocked in regions where the surrounding search experience has been customized, which means the toy sometimes works in one browser and not another
- The legal team occasionally asks whether a hidden interactive page counts as an undocumented product, and the answer is almost always yes
- The privacy review cycle catches up to them every few years, and each cycle is a coin flip on whether the toy survives
None of that has killed them yet. But the trend is clear. The number of survivors is smaller each year. The ones that remain are the ones that did the least, and that is the lesson the dead ones left behind.
What you can still find in the bat signal specifically
The bat signal is the cleanest survivor of the set because it does the fewest things. A few honest notes about how it actually behaves when you load it today:
- The counter on the bottom right still starts at zero out of five, and the page still waits for you to move before anything animates
- The dark theme is so dark that on a glossy laptop screen in a bright room you might think the page broke, and the trick only works once you dim the screen a step or two
- The fifth hidden item still hides in a corner your cursor does not naturally visit, and the trick still expects you to widen the searchlight beam to find it
- The skyline still regenerates every load, so the corner where the fifth item lives is not the same corner twice
- The toggle to add rain still works, and on an older laptop the rain animation will warm the chassis faster than you expect
The honest list of what to skip is short. Do not waste your time on the ones that ask you to sign in, the ones that want a phone number, or the ones that try to install an extension. Those are not Easter eggs. Those are growth experiments wearing the costume.
What I would tell past me
If I were picking one of these to show a friend who had never seen one, I would not start with the flashiest. I would start with the bat signal itself. It does not need a screen wider than a phone. It does not animate until you move. The five-item counter on the bottom right is enough to tell the person you are showing it to that there is a goal worth chasing, without explaining what the goal is. Once they have felt the small victory of finding the fifth item in the corner, the rest of the survivors land harder, because they already trust that the page can do something it is not supposed to do.
That is the quiet genius of the surviving set. They are not impressive. They are weird in a way that lets the person discovering them feel smart. Most modern products are designed to remove that feeling. The Easter eggs still hand it out for free.