Page 1 of 1

eurogamer.de

Posted: Wed Nov 22, 2017 1:59 pm
by nt75656
http://www.eurogamer.de/

anti adblock

https://i.imgur.com/vp7d4pV.png

Re: eurogamer.de

Posted: Wed Nov 22, 2017 2:05 pm
by intense
working for me

Code: Select all

@@||eurogamer.de^$generichide

Re: eurogamer.de

Posted: Wed Nov 22, 2017 2:15 pm
by nt75656
Can confirm. Thanks!

Just being curious here; how did you find what they using so fast? I was trying to find the script(?) myself and began to block all .js connections they are using one by one, but that wasn't really achieving anything. I guess I was looking for the wrong thing?!

Re: eurogamer.de

Posted: Wed Nov 22, 2017 2:20 pm
by intense
see

Code: Select all

lazyloadAds();				try {
					j('.advertContainer').getDFPads({'custom_variables' :custom_variables, 'adblock_message' :adblock_message, 'acceptable_ads_show' :true, 'bottom_bar':false});
However, first of all you could always try disabling the cosmetic filters (uBo language) / hiding filters. If this works you can quickly use the generichide filter, otherwise continue to examine the scripts (external / inline) or a combination scripts / cosmetic stuff

Re: eurogamer.de

Posted: Wed Nov 22, 2017 2:32 pm
by nt75656
Thank you!