Removes Patreon and Challenger glow from usernames in chat.
AMQ Remove Name Highlights by Serecola
Details
AuthorSerecola
LicenseNo License
Categoryhttps://animemusicquiz.com/
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name AMQ Remove Name Highlights
@version 1.0
@namespace userstyles.world/user/Serecola
@description A style for Anime Music Quiz that removes Patreon and Challenger glow to users in chat.
@author melodyelodie
@homepageURL https://userstyles.world/user/Serecola
@license MIT License
==/UserStyle== */
@-moz-document domain("animemusicquiz.com") {
/*===NAME EFFECTS===*/
.nameColorChallenger {
color: rgb(217, 217, 217);
}
.nameGlowChallenger {
text-shadow: none;
}
.nameColorPatreon {
color: rgb(217, 217, 217);
}
.nameGlowPatreon {
text-shadow: none;
}
.nameColorPatreonOne {
color: rgb(217, 217, 217);
}
.nameGlowPatreonOne {
text-shadow: none;
}
.nameColorPatreonTwo {
color: rgb(217, 217, 217);
}
.nameGlowPatreonTwo {
text-shadow: none;
}
.nameColorPatreonThree {
color: rgb(217, 217, 217);
}
.nameGlowPatreonThree {
text-shadow: none;
}
.nameColorPatreonFour {
color: rgb(217, 217, 217);
}
.nameGlowPatreonFour {
text-shadow: none;
}
}