Three powerful tools in one lightweight extension. No account, no data collection, no cloud.
Injects an interactive Block button into every Shorts action bar. Send YouTube's native "Do not recommend" signal with one click — manual, safe, and transparent.
A hardened, multi-layered detection system using 5 independent signals disables all ad-blocking for YouTube Premium subscribers — across page loads, SPA navigations, and popup interactions. No TOS violations, no account bans.
Force every video to play at the highest available resolution (2160p, 1440p) automatically. The extension locks your preference via native player APIs.
Surgically removes the Shorts shelf from your homepage. Toggle it on or off instantly from the extension popup for a truly focused experience.
Download full-quality 4K/1080p videos or pure MP3s directly to your machine using the powerful yt-dlp engine and our local companion bridge.
Available in 11 languages including English, Türkçe, Deutsch, and more. Auto-detects your browser locale for a native, zero-setup experience.
Every element below is rendered from the actual extension source — the exact same HTML and CSS that runs in Chrome.
A MutationObserver watches for new Shorts to load in the DOM. When found, the extension injects a Block button directly into the native action bar — seamlessly styled to match YouTube's design language.
Clicking Block triggers YouTube's native "Don't recommend channel" flow programmatically — the same action as using their own menu. The channel handle is then stored in chrome.storage.local.
The homepage toggle adds a class to body that CSS selectors pick up. The Shorts shelf disappears instantly — no reload, no flicker. Toggle off equally fast.
A hybrid engine uses CSS hiding for instant layout stabilization and a MutationObserver on
#movie_player that reacts in under 1ms when an ad starts — replacing the old
700ms polling loop. A 250ms fallback interval handles edge cases. All ad logic is fully disabled for
Premium subscribers before it ever runs.
Download requests pass from the content script → background service worker → native Node.js host via chrome.runtime.connectNative. yt-dlp then handles 4K acquisition on your device.
A lightweight i18n engine reads the browser locale (or your manual override) and applies translations to every data-i18n attribute in the DOM — including dynamic strings from JS — before rendering.
Every component below is rendered from the actual extension source — the same HTML and CSS that runs inside Chrome.
abcdefghijklmnopqrstuvwxyzabc
The extension auto-detects your browser locale and applies translations immediately. You can also override manually from Settings at any time.
Designed from the ground up with privacy as a first principle — not an afterthought.
Nothing you do on YouTube is sent anywhere. No analytics, no tracking pixels, no crash reports. Your watch history and block decisions are entirely your own.
All settings, stats, blocked channel handles, and language preferences live exclusively in chrome.storage.local. On your device. Under your control.
Every line of code is public and auditable on GitHub. No hidden requests, no obfuscation, no surprise. Fork it, inspect it, run it exactly as-is.
Not on the Chrome Web Store — installed directly via Developer Mode. Takes less than a minute. The yt-dlp downloader is optional.