www.spiegel.de

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
ralf
Posts: 2
Joined: Mon Nov 30, 2015 8:38 am

www.spiegel.de

Post 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?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: www.spiegel.de

Post by mapx »

see if works

Code: Select all

spiegel.de##.top-poster
spiegel.de###content-main > DIV:first-child
ralf
Posts: 2
Joined: Mon Nov 30, 2015 8:38 am

Re: www.spiegel.de

Post 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"
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: www.spiegel.de

Post 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
fossie
Posts: 1
Joined: Mon Nov 30, 2015 11:09 pm

Re: www.spiegel.de

Post 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.
Locked