Removes user role icon/badge
Remove user role icon/badge by wisp
Details
Authorwisp
LicenseNo License
Categorydiscord
Created
Updated
Size308 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 discord.com - 10/14/2021, 3:53:48 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides role icons.
@author Wisp
==/UserStyle== */
@-moz-document domain("discord.com") {
img[class^="roleIcon"] {
display: none;
}
}