#thing to also hide decorations
1 messages ยท Page 1 of 1 (latest)
you can do the same with avatarDecoration to hide the stuff around people's profile pics, this is what i use (i didn't make this), this hides both
[class^='avatarDecoration_'], [class^='profileEffects_'] {
display: none;
}
๐ seems to work fine for me
funny that this still works while the noprofileeffects plugin is still broken
because of the selector, it's using wildcards so im assuming the plugin isn't.
incase you're confused about what i'm saying basically wildcards help to avoid any breakage from discord class changes.