Hide content warnings and Hyperchat button/pins
Hide New Twitch Features by MenheraFoxGood
Details
AuthorMenheraFoxGood
LicenseWTFPL
Categorytwitch.tv
Created
Updated
Size289 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 Hide New Twitch Features
@version 20230622.19.02
@namespace ?
==/UserStyle== */
@-moz-document domain("twitch.tv") {
#channel-player-disclosures,
.paid-pinned-chat-message-list,
div:has(> [aria-label="Hype Chat"]) {
display: none !important;
}
}