Skip to content

twitch.tv - hide recommended and 'x viewers also watch' sections by rockethog55

Details

Authorrockethog55

LicenseNo License

CategoryTwitch.tv

Created

Updated

Size394 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the Recommended and "Streamer's Viewers Also Watch" sections below the following list.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitch.tv - 2/12/2023, 11:20:49 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("twitch.tv") {
    .fGCgaq > div[aria-label="Recommended Channels"],
    .fGCgaq > div[aria-label$=" Viewers Also Watch"] {
        display: none !important;
    }
}

Reviews

No reviews yet.