i don't like the bright red live badges! let's change 'em!!
change twitch live badge to channel color by qiwipanini

Details
Authorqiwipanini
LicenseNo License
CategoryTwitch
Created
Updated
Code size406 B
Code checksuma4dc0f0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
need help installing?
-
install the Stylus browser extension
Stylus for Firefox
Stylus for Chrome -
install the user style (this one right here!)
-
badge changed! ( ❛ ᴗ ❛)
this user style works on the twitch.tv homepage too!
Source code
/* ==UserStyle==
@name change twitch live badge to channel color
@namespace github.com/openstyles/stylus
@version 1.0.0
@description i don't like the bright red live badges! let's change 'em!!
@author :rain:qiwipanini:
==/UserStyle== */
@-moz-document domain("twitch.tv") {
.cQFIqg{
background-color: var(--color-accent);
}
}
/* :) */