torrenthound blocking issue with ABP

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
User avatar
terrorist96
Postaholic
Postaholic
Posts: 468
Joined: Mon May 11, 2015 2:24 pm

torrenthound blocking issue with ABP

Post by terrorist96 »

According to gorhill, the issue with the green DOWNLOAD DIRECT ad appearing is due to ABP, not Privacy Badger. See here for info; please read the entire thread:
https://github.com/EFForg/privacybadger ... issues/626

Original report:
viewtopic.php?f=62&t=23134

Basically, it seems like the page's CSS rules are delayed and override ABP's rule, thus causing the ad to show.
uBlock Origin extension;
Chrome 64 bit;
Subscription Lists: Default.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

probably ABP can't hide that "download direct" due to:

Code: Select all

#direct2.button {
display: block !important;
}
User avatar
terrorist96
Postaholic
Postaholic
Posts: 468
Joined: Mon May 11, 2015 2:24 pm

Post by terrorist96 »

intense wrote:probably ABP can't hide that "download direct" due to:

Code: Select all

#direct2.button {
display: block !important;
}
Yep. It seems like ABP itself needs to be updated to somehow address this.
uBlock Origin extension;
Chrome 64 bit;
Subscription Lists: Default.
User avatar
terrorist96
Postaholic
Postaholic
Posts: 468
Joined: Mon May 11, 2015 2:24 pm

Post by terrorist96 »

So I was half expecting this issue to have been fixed with the most recent update (https://issues.adblockplus.org/ticket/3699)

But I still see the green ad. Only thing is that now it says "Anonymous Download" instead of "Download Direct"

Also, I see the ad even with all other extensions disabled, so I think the list just needs to be updated and this should hopefully be fixed for good.
uBlock Origin extension;
Chrome 64 bit;
Subscription Lists: Default.
Locked