01What happened

The story, straight

Developer Tim Wehrle published a blog post demonstrating how he stored a website inside a browser favicon using steganographic techniques. The project builds on a previous experiment where he hid data in a mouse's DPI register. Wehrle exploits the fact that favicons are images made of pixels, each containing red, green, and blue byte values, allowing him to encode arbitrary data — in this case, a functional website — into the tiny icon file that appears in browser tabs.

Tim Wehrle, the developer who previously hid data inside his mouse's DPI register, has now crammed an entire website into a favicon. The trick works because every pixel in an image has RGB values — three bytes each — and steganography lets you modify those bits without visibly changing the icon. The favicon doesn't even need to look like an icon anymore; it's just pure storage wearing a tiny disguise.

02Spread timeline

Where it actually started

Jun 20, 2026Origin
Tim Wehrle publishes blog post demonstrating website storage in a favicon via steganography.Wehrle drops the favicon website post
source

03Source receipts

Every claim, linked

04What's solid, what isn't

What's solid and what isn't

Confirmed
  • Tim Wehrle published a blog post demonstrating storage of a website inside a favicon using steganography.
Disputed
  • The full technical details and size limits of the favicon storage method are truncated in the source excerpt.

05Why it matters

The editorial take

Wehrle's experiments sit at the intersection of steganography and everyday web infrastructure, showing how much data can hide in plain sight inside tools nobody thinks twice about. While the project is more playful than practical, it highlights a broader pattern of developers probing the hidden capacities of mundane digital objects — and raises questions about what else might be lurking inside the web's unexamined corners.

This is that specific brand of developer energy where someone looks at a favicon and thinks 'storage device.' It's playful, but it's also a reminder that the web is full of overlooked nooks where data can hide. Not a security threat today, but the kind of experiment that makes you look at every browser tab a little differently.