How to block avatar images on YouTube?

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
loomingshadows
Posts: 9
Joined: Tue Jul 19, 2016 1:00 am

How to block avatar images on YouTube?

Post by loomingshadows »

How do I block avatar images on YouTube? I'm using Firefox.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to block avatar images on YouTube?

Post by mapx »

example page ? upload a screenshot indicating what do you want to block
loomingshadows
Posts: 9
Joined: Tue Jul 19, 2016 1:00 am

Re: How to block avatar images on YouTube?

Post by loomingshadows »

I'm talking about the user avatar that appears on any page under their video. I just want to block avatars. No particular user's avatar...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to block avatar images on YouTube?

Post by mapx »

try

Code: Select all

youtube.com##[href^="/user/"] > .g-hovercard
loomingshadows
Posts: 9
Joined: Tue Jul 19, 2016 1:00 am

Re: How to block avatar images on YouTube?

Post by loomingshadows »

Oops, I thanked you before I tried it. That doesn't work
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to block avatar images on YouTube?

Post by mapx »

Image

video
https://www.youtube.com/watch?v=jhdFe3evXpk

if you are talking about the image to the left of "subscribe" then the filter above it is working for me
loomingshadows
Posts: 9
Joined: Tue Jul 19, 2016 1:00 am

Re: How to block avatar images on YouTube?

Post by loomingshadows »

In that case "You guys are geniuses. Thanks!" still stands. I'll start troubleshooting to fix whatever's wrong on my end.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to block avatar images on YouTube?

Post by mapx »

Did you try using EHH (element hiding helper ==> helps you to create your own hiding filters; it's a tool created by the same ABP team) ?
https://addons.mozilla.org/firefox/addo ... idehelper/
User avatar
smed79
Posts: 1224
Joined: Thu Jan 14, 2010 11:51 pm
Location: EasyList Forum
Contact:

Re: How to block avatar images on YouTube?

Post by smed79 »

video poster avatar http://i.imgur.com/lRj2R4f.png

Code: Select all

youtube.com##.comment-author-thumbnail
channel avatar http://i.imgur.com/K5PhRdg.png

Code: Select all

youtube.com##.yt-user-photo
comments avatar http://i.imgur.com/ozw86jM.png

Code: Select all

youtube.com##.channel-header-profile-image-container
loomingshadows
Posts: 9
Joined: Tue Jul 19, 2016 1:00 am

Re: How to block avatar images on YouTube?

Post by loomingshadows »

Thanks!
Post Reply