Hides the message text from suspected ban evaders on twitch. You can hover over the text to reveal it.
Twitch - hide text from suspected ban evaders by tjb0607
Details
Authortjb0607
LicenseCC0
Categorytwitch
Created
Updated
Size513 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 - hide text from suspected ban evaders
@version 20211202.05.41
@namespace userstyles.world/user/tjb0607
@description Hides the message text from suspected ban evaders on twitch. You can hover over the text to reveal it.
@author tjb0607
@license CC0
==/UserStyle== */
@-moz-document domain("twitch.tv") {
.bHITno + div span.message {
background-color: #000;
color: #000;
}
.bHITno + div span.message:hover {
background-color: inherit;
color: inherit;
}
}