Very Good AdBlock
← All features

YouTube and Twitch

The real video plays. The ads never scheduled.

A MAIN-world script deletes the ad instructions from YouTube’s player response before the page can schedule them, so the video starts immediately. The player region is never touched, so playback and controls stay intact.

At the source

Three ways it keeps video clean.

Most of the work happens before an ad is ever scheduled. A safety net handles the rare one that slips through, and Twitch gets its own detection because its ads are stitched into the stream server-side.

Removed at the source

Strips adPlacements, adSlots, and playerAds from both the inline and /youtubei/v1/player responses. No pre-roll to skip because none is scheduled.

Skip assist as a safety net

Clicks visible skip buttons and fast-forwards any ad that slips past the pruner, and dismisses the anti-adblock enforcement popup, restoring scroll and playback.

Twitch stream ads

Detects the in-stream ad markers Twitch now stitches server-side to estimate saved time, and hides the ad-only feedback affordances without touching the live player.

How the video helpers work →
What it touches

The player is never in the way.

The helper only edits the ad instructions in the data the page receives. It does not overlay the video, swap the player, or fight the UI, so quality selection, captions, and seeking behave exactly as they should.

See the content-script model →

Handled

  • Pre-roll and mid-roll video ads
  • The anti-adblock enforcement popup
  • Ads that slip past the pruner
  • Twitch server-stitched stream ads

Left alone

  • Playback, seeking, and quality controls
  • Captions and the mini-player
  • Your subscriptions and history

The other layers

All features →

Get it

Runs on Chrome and Firefox.

One codebase, a browser-specific Manifest V3 build. Add it to your browser and browse like the ads were never there.