Moving Avatars

Status
Not open for further replies.
Hide avatars in settings, otherwise deal with it.

Edit: At least i think you can hide avatars, not sure now.
 
If your browser supports it, grab Stylus.
CSS:
.avatar img
  {
    display: none !important;
  }

If you want to solely target animated avatars just manually block them using an image filter.
 
  • Like
Reactions: Colmerry
Status
Not open for further replies.
Back