Skip to content

Twitch side bar clean by shurtmato

Screenshot of Twitch side bar clean

Details

Authorshurtmato

LicenseNo License

Categorytwitch

Created

Updated

Size572 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove all ads and leave only your followers

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitch.tv - 25/11/2022, 22:40:02
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("twitch.tv") {
    /* Inserte el código aquí... */
    #side-nav > div > div:nth-child(1) > div:nth-child(3){
        display: none !important;
    }

    #side-nav > div > div:nth-child(1) > div:nth-child(4){
        display: none !important;
    }
    
    div[aria-label="Canales recomendados"]{
        display: none !important;
    }
    
}

Reviews

No reviews yet.