without header and some buttons
twitch.tv by adminko
Details
Authoradminko
LicenseNo License
Categoryuserstyles, twitch
Created
Updated
Size479 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
@version 20220106.21.53
@namespace userstyles.world/user/adminko
@description without header and some buttons
@author adminko
@license No License
==/UserStyle== */
@-moz-document domain("twitch.tv") {
nav,
.stream-chat-header,
.toggle-visibility__right-column--expanded,
[data-a-target="notifications-toggle"],
[data-a-target="share-button"],
[data-a-target="report-button-more-button"]
{display:none!important;}
}