Remove all ads and leave only your followers
Twitch side bar clean by shurtmato
Details
Authorshurtmato
LicenseNo License
Categorytwitch
Created
Updated
Size572 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}