Topic: Avatar Toggle?

Posted under General

I could have sworn there was a setting somewhere to disable user avatars from appearing, but I cannot find it anywhere. Am I misremembering, or just missing it somehow?

And if it's not a thing, is there an extension that does it? (Didn't see the option in re621 either)

I believe that there used to be a toggle that made user avatars ignore blacklist before the big site update in 2019. I don't remember there being a toggle for just hiding avatars in general, though.

either way, if you want to hide user avatars you can just go into your user CSS (settings -> Advanced) and paste this:

.avatar { display: none; }

dba_afish said:
I believe that there used to be a toggle that made user avatars ignore blacklist before the big site update in 2019. I don't remember there being a toggle for just hiding avatars in general, though.

either way, if you want to hide user avatars you can just go into your user CSS (settings -> Advanced) and paste this:

.avatar { display: none; }

Ah, thank you!

dba_afish said:
I believe that there used to be a toggle that made user avatars ignore blacklist before the big site update in 2019. I don't remember there being a toggle for just hiding avatars in general, though.

either way, if you want to hide user avatars you can just go into your user CSS (settings -> Advanced) and paste this:

.avatar { display: none; }

Never thought to even attempt this, but now that I have, man, it makes comment sections so much nicer and cleaner.