Script adblocked only on one website

Everything about using Adblock Plus on Google Chrome
Post Reply
Louphy
Posts: 1
Joined: Fri Feb 26, 2021 1:21 pm

Script adblocked only on one website

Post by Louphy »

Hi guys

I developped a script which loads different elements from my domain (import service worker, ask for webpush permission, no ads).
It works fine on all my customers website so far, and is not adblocked (my domain is not present in easylist).

For some reason it is blocked on just one customer website.
I know it has been AdBlocked since i see the blocked request in Adblock tab in dev tools, with this filter:
/^((?!(^https?):\/\/(([0-9a-z\.\-]+)\.(20mn\.fr|amazonaws\.com|axept\.io|axeptio\.eu|azureedge\.net|beop\.io|beopinion\.com|coralproject\.net|disquscdn\.com|doyoudreamup\.com|..... Liste FR+EasyList
(regex is 100 times longer, just made it shorter)

This customer does not load the script from a remote file (which could be adblocked), but implemented it directly into the source code.

Without going too much into details, my question basically is:
How come some calls can be adblocked on one website and not on others ?

I don't know if that matters, but the customer domain is on the other hand present in easylist.
From my understanding that would mean that external loadings from this domain would be blocked, but here it seems to work the other way around.

Thank you for your help on this matter
User avatar
greiner
ABP Developer
Posts: 899
Joined: Mon Sep 03, 2012 5:29 pm
Location: Cologne, Germany

Re: Script adblocked only on one website

Post by greiner »

Louphy wrote:How come some calls can be adblocked on one website and not on others ?
While there are a lot of filters that are applied to all websites, a lot of them are only applied on specific domains. Therefore the same request may be blocked on one but not on other domains. This could either be intentional (e.g. if a request usually doesn't need to blocked to block an ad) or unintentional (e.g. if the filter creator wasn't aware of the other domains).

Feel free to reach out to the EasyList people at https://github.com/easylist/listefr or at https://forums.lanik.us/viewforum.php?f=91 if you think that the filter should be adjusted or to get more information about that particular filter.
devinhaney626
Posts: 1
Joined: Tue Apr 13, 2021 1:07 pm
Contact:

Re: Script adblocked only on one website

Post by devinhaney626 »

Did you check the Adblock settings? try to change the web browser. I also faced this problem, but in my case, it was browser-specific issue.
User avatar
Samrich
Posts: 5
Joined: Wed Feb 10, 2021 8:46 am
Location: USA

Re: Script adblocked only on one website

Post by Samrich »

I had this problem too.
Post Reply