amazon "related" video, block not hide

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
beehiver
Posts: 3
Joined: Thu Mar 02, 2017 1:20 am

amazon "related" video, block not hide

Post by beehiver »

page
https://smile.amazon.com/Rust-Oleum-241 ... 0015RJ41I/

should be similar to non-login page

https://amazon.com/Rust-Oleum-241526-Co ... 0015RJ41I/

hidden with

Code: Select all

###va-rel-videos-carousel
or

Code: Select all

###va-related-videos-widget_feature_div




What can I BLOCK to prevent content rendering?

This blocks only the thumbnail. I am not sure if it is too generic.

Code: Select all

||images-na.ssl-images-amazon.com/images/*_QL75_.jpg


Why cannot I not use wildcards

Code: Select all

###va-rel*
to match

Code: Select all

###va-rel-videos-carousel
What else can I do?



Image
User avatar
smed79
Posts: 1224
Joined: Thu Jan 14, 2010 11:51 pm
Location: EasyList Forum
Contact:

Re: amazon "related" video, block not hide

Post by smed79 »

What can I BLOCK to prevent content rendering?
Add

Code: Select all

.AmazonUIBottomSheet|$script
( Not sure but this filter can cause false positive )
Why cannot I not use wildcards
see en/filters#elemhide_attributes

Code: Select all

amazon.com##[id*="va-rel"]
Post Reply