Blog

The Zen Mode toggle: how it works and what it hides

By talavo4 min read

Zen Mode is the one toggle most talavo users leave on permanently. Tap it and the parts of YouTube that are engineered to keep you scrolling quietly vanish. Here’s precisely what it removes and why we built it as a switch instead of forcing it on everyone.

What disappears

  • The Shorts shelf — the infinite vertical feed and its home-page row, the single biggest time sink on the platform.
  • Comments — collapsed out entirely, so you watch the video instead of the argument under it.
  • Recommendations — the sidebar of “up next” videos and the end-screen grid that autoplays you into the next hour.
  • Theater framing — the player is pushed wider so the video is the page, not a window surrounded by bait.

How it actually works

Zen Mode is two layers working together. The first is native content blocking: talavo compiles rules into WebKit’s own WKContentRuleListStore, the same mechanism Safari content blockers use. Those rules run inside the engine before pixels are drawn, so blocked elements never cost layout or network.

The second layer is targeted styling and scripting injected into the page, which hides the dynamic pieces that YouTube renders client-side as you scroll. Because YouTube ships layout changes constantly, this layer is written to match the structure of those components rather than brittle one-off class names — and it’s part of what we update between releases.

Why a toggle

Sometimes you genuinely want the comments — a tutorial’s pinned correction, a recipe’s substitutions. Zen Mode is one tap from the right-side dock, and talavo remembers your choice per site, so the way you left a site is the way you find it next time. The default we care about isn’t “everything off” — it’s your default, sticking without you having to think about it.

Want the rest of the filters? They live in the same dock — see the changelog for when each one shipped.