Could you have a look to this way to disable adblock ?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
GrAaL
Posts: 4
Joined: Tue Oct 13, 2015 12:51 am

Could you have a look to this way to disable adblock ?

Post by GrAaL »

Hi,

I have tried mean thing to block ads on the page http://www.dpstream.net
It seems that the page is loading two times, it's very strange. The second time every divs containing ads are in latin or with a every-second-changing ID.

Do you know a way to block that ?

Thank you very much,

Best regards,

GrAaL
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Could you have alook to this way to disable adblock ?

Post by mapx »

using easylist + Liste FR, add also:

Code: Select all

@@||event.ohmyad.co/dispatch/*$domain=dpstream.net
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Could you have a look to this way to disable adblock ?

Post by mapx »

fixed also in Liste FR
https://hg.adblockplus.org/listefr/rev/f6b0973ff766

just update your Liste FR
GrAaL
Posts: 4
Joined: Tue Oct 13, 2015 12:51 am

Re: Could you have a look to this way to disable adblock ?

Post by GrAaL »

Hi,

my list was already the right one, updated this morning, but adding the line @@||event.ohmyad.co/dispatch/*$domain=dpstream.net solve my problem.
THANK YOU VERY MUCH !!

I have a last question (i hope) : could you explain me the way you build this filter, I mean, how do you know that al the trouble comes from things located in event.ohmyad.co/dispatch/ ?

I've tried the following to find the filter by myself :
- use an element finder addon
- add log to firefox in order to identified the loaded javascript file who add the advertising
- try to add a filter on the ad size
- read the html code many times, but they encode many information (and I'm a lazy boy)
- try to forbid many script, no success

Thank you very much, once again,

Have a good day,

GrAaL
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Could you have a look to this way to disable adblock ?

Post by mapx »

well, you can begin with the easier "method":

in firefox, open blockable items list, see what is blocked and try whitelisting various items / elements
otherwise you can proceed with analyzing the code, save the unblocked page in local and do your findings, etc
Locked