Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

willmtaylor

macrumors G4
Original poster
Is there any way to block 1 person's avatar? There's a new user with an avatar of himself shirtless that I'm tired of seeing. Short of blocking everyone's avatars, is there anything I can do?

Thanks
 
  • Like
Reactions: grahamperrin
Is there any way to block 1 person's avatar? There's a new user with an avatar of himself shirtless that I'm tired of seeing. Short of blocking everyone's avatars, is there anything I can do?

Thanks

Hahahaha, there's no way to block a specific avatar. However if you block the user, Jimmy Muscles won't be popping up in your feed anymore. Click their username then click 'Ignore'. 🙂

EDIT: Pipped to the post! Olly 'muscled' his way to the comment before me.
 
You can use white out on your monitor, but it is a little tricky getting the posts to always line up right 😀

FWIW I made sure Uga had on his jersey in my avatar so he wouldn't be shirtless
 
  • Like
Reactions: willmtaylor
You can always do it through a user stylesheet, although it's a bit tricky to set up 🙂

These examples are for Firefox, as I'm at work and don't have Safari on hand.

To hide avatars for all members:
Code:
@-moz-document domain(forums.macrumors.com) {
  .avatar img {
    display: none !important;
  }
}

For one member:
Code:
@-moz-document domain(forums.macrumors.com) {
  .AvMEMBERIDm img {
    display: none !important;
  }
}

You'll need to substitute the member ID where specified, eg. to block my avatar you'd need to use .Av13233m (you can get this number from the status bar when hovering over the avatar).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.