#thing to also hide decorations

1 messages ยท Page 1 of 1 (latest)

onyx canopy
#

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;
}
lyric nimbus
#

๐Ÿ‘ seems to work fine for me

solemn musk
#

funny that this still works while the noprofileeffects plugin is still broken

reef sky
#

incase you're confused about what i'm saying basically wildcards help to avoid any breakage from discord class changes.