Hiding cookie banner, some ads and autoplayed streams in front page.
Twitch.tv - Hider by xiggi
Details
Authorxiggi
LicenseNo License
Categorytwitch
Created
Updated
Size351 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 - Hider
@version 20240522.09.07
@namespace ?
==/UserStyle== */
@-moz-document domain("twitch.tv") {
.consent-banner, div#directory-banner, .Layout-sc-1xcs6mc-0.cwtKyw.blurred-preview-card-image, footer#twilight-sticky-footer-root, .front-page-carousel, div#directory-rectangle {
display: none;
}
}