An unplugged monitor with a broken link symbol, ringed by badges of a tombstone, a cable, a clock and a fading star

The sites we lost, and why each one died

Most lists of fun websites are written once and never checked again, which is why so many of them are half dead. We check ours by loading every site in a real browser on a schedule, and removing whatever fails.

This is the record of what that removed. Not an estimate — the actual list, with the actual reason each one came out. It is published because a maintained list is only as trustworthy as its willingness to show you what it threw away.

The pattern is stark. Of 57 removals, 44 were genuinely dead and 13 were alive but had started refusing to be embedded. And the dead ones were overwhelmingly the same kind of thing: unofficial game mirrors on free hosting, which is the most fragile arrangement on the web.

Removed from the catalogue, and why
SiteHostWhat happened
Minecraft (Ruffle mirror)maddox05.github.ioGitHub Pages 404 — the repository was deleted
Cookie Clicker (mirror)coolubg.github.ioGitHub Pages 404 — mirror removed; the original at cookieclicker.com is fine
Cupheadbitlifeonline.github.ioGitHub Pages 404
Smash Kartswebglmath.github.ioGitHub Pages 404
Monkey Martslope-game.github.ioGitHub Pages 404
Jetpack Joyrideslope-game.github.ioGitHub Pages 404
Super Mario Bros Onlinesuper-mario-bros-online.github.ioGitHub Pages 404
Doomlemon-web.netAnswered 200 with a "page not found" page — a soft 404
Draw Climber, Archery, Golf Adventurescdn.gamesnacks.comObject storage returned AccessDenied — the files were removed
Every Secondeverysecond.ioHTTP 503 — "this site was paused as it reached its usage limits"
Nite Casinonite.casinoHTTP 525 — Cloudflare could not reach the origin server
Bongo Catbongo.catAlive, but refuses to be embedded
Polytrackkodub.comAlive, but refuses to be embedded
Pixel Thoughtspixelthoughts.coAlive, but refuses to be embedded
Radioooooradiooooo.comAlive, but refuses to be embedded
Google AI Experimentsexperiments.withgoogle.comAlive, but refuses to be embedded

Two things are worth taking from this. The first is that a 404 is the least common way a site dies — far more of them answer perfectly and serve something useless, which is why a status-code check is not enough and every one of these was opened in a real browser.

The second is that unofficial mirrors are the most fragile thing on the web. Nearly every dead entry above was a game hosted on somebody else’s free account, and those disappear without notice or explanation. Games on their own domains almost never do.

Questions

How do you know a website no longer exists?

We load it in a real headless browser rather than checking a status code, because a page can answer 200 OK and still be a parked domain, a soft 404 or an empty frame. A site is only removed after failing twice, since a single timeout is often just a slow host.

Why do so many browser game sites disappear?

Most are unofficial mirrors hosted free on GitHub Pages, GitLab or similar. They exist at the discretion of whoever made the account, and vanish when that account is closed or the repository is deleted. Games hosted on their own domain by their own author are far more durable.

Every site above was loaded in a real browser and verified working before this was published. See the full catalogue.