A Firefox/Chrome browser extension designed to block unwanted components from YouTube.
- Master toggle plus independent feature toggles in the popup
- Key-based YouTube feature controls:
YT_SHORTSYT_VIDEO_SIDEBARYT_HOMESCREENYT_VIDEO_ENDCARD
- Custom CSS selector rules with an enable switch and multiline editor
The popup includes a Custom rules section where you can enter one CSS selector per line and press Update to hide matching elements.
Example to hide the YouTube logo:
ytd-topbar-logo-renderer[id="logo"]- Support for additional websites
- Clone the repository
- Load the extension in your browser (on Firefox via
about:debugging#/runtime/firefox) - Configure blocking preferences
Contributions are welcome. Please submit issues or pull requests with your improvements.