Page 1 of 1

www.spiegel.de

Posted: Mon Nov 30, 2015 8:41 am
by ralf
A new Adblock Blocker is used on http://www.spiegel.de/ - and of course with giant pictures in the header...

<div class="QYlWuRNoE"><img src="http://cdn1.spiegel.de/images/image-371 ... jpg"></div>

The filename of the pic and the name of the css class change randomly.

Any suggestions?

Re: www.spiegel.de

Posted: Mon Nov 30, 2015 8:54 am
by mapx
see if works

Code: Select all

spiegel.de##.top-poster
spiegel.de###content-main > DIV:first-child

Re: www.spiegel.de

Posted: Mon Nov 30, 2015 9:00 am
by ralf
Seems to work, but only as long the div is the first element in the html structure. THX!

Follow up question:
Is adblockplus able to determine the header data of the files?
All images are send with the same CDN domain, but real content pictures hava a responsive header with "Server:Footprint Distributor V4.10" and ad-pictures have "Server:BMTCDN/5.2.3" and also show "X-Powered-By: bemitho technologies GmbH"

Re: www.spiegel.de

Posted: Mon Nov 30, 2015 9:05 am
by mapx
you can add also

Code: Select all

spiegel.de##IMG[src^="http://cdn1.spiegel.de/images/image-"]
for the headers:
the ABP goal is to block the ads, so if are blocked ==> wont be able to analyze any header / property

Re: www.spiegel.de

Posted: Mon Nov 30, 2015 11:17 pm
by fossie

Code: Select all

||cdn1.spiegel.de/images/image-*.jpg$subdocument
(the blocked "jpg" is actually HTML with Javascript)

I only need this in Chrome with block. In Firefox Nightly no ads show up at all; maybe it handles Javascript injected through iframes slightly differently.