Twitch: hide recommendation panels
Hides recommended-stream cards and Prime offer banners that distract on Twitch.
Code to copy
.recommended-stream-card,
[data-a-target="side-nav-section"]:has([data-a-target="side-nav-header-expanded"]) ~ div
.recommended-stream-card,
.channel-info-content [data-test-selector="prime-offer"],
.top-bar [data-a-target="prime-loot-banner"] {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.