Hides the "Intended for certain audiences" notice.
Hide "Intended for certain audiences" notice by chromiacat
Details
Authorchromiacat
LicenseGNU General Public License v3.0
Categorytwitch
Created
Updated
Size239 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 "Intended for certain audiences" notice
@version 20230926.01.36
@namespace ?
==/UserStyle== */
@-moz-document domain("twitch.tv") {
#channel-player-disclosures > div > div{
display: none
}
}