spiegel.de

German supplemental subscription
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

spiegel.de

Post by intense »

Code: Select all

https://abo.spiegel.de/de/p/anmelden/start?cso=https%3A%2F%2Fmagazin.spiegel.de%2FSP%2F2016%2F36%2F146612488%2Findex.html%3Futm_source%3D%26utm_campaign%3D&cbo=https%3A%2F%2Fmagazin.spiegel.de%2FSP%2F2016%2F36%2F146612488%2Findex.html%3Futm_source%3D%26utm_campaign%3D
incorrect filter (login form removed)

Code: Select all

spiegel.de##[-abp-properties='bottom: 18px;']
MonztA
EasyList Author
EasyList Author
Posts: 8121
Joined: Thu Jul 26, 2007 4:19 pm
Location: Germany

Post by MonztA »

okiehsch
uBlock Origin Author
uBlock Origin Author
Posts: 98
Joined: Wed Oct 12, 2016 9:00 pm

Post by okiehsch »

The filter

Code: Select all

spiegel.de##.article-section > * > * > img
removes pictures from spiegel.de articles.
Example link:

Code: Select all

http://www.spiegel.de/politik/ausland/russland-wladimir-putins-vermeintlich-erfolgreiche-aussenpolitik-a-1125918.html
Scroll down to "Karte von Syrien (04.12.2016)", well there is no map in sight neither am I able to see "Wladimir Putin und Rex Tillerson"
a little further below.
If I add

Code: Select all

spiegel.de#@#.article-section > * > * > img
I can see both.
Itchy95
Site Member
Site Member
Posts: 13
Joined: Thu Dec 22, 2016 11:55 am

Post by Itchy95 »

Code: Select all

http://www.spiegel.de/politik/ausland/syrien-aleppo-zwischen-hoffen-und-bangen-a-1125803.html
the map of Aleppo is not shown.
michi
Site Member
Site Member
Posts: 14
Joined: Wed Dec 07, 2016 12:53 pm

Post by michi »

i can see some yellow ads "lotto" (marked with : Anzeige) and the background is green (i think it is part of an ad) ...

https://reports.adblockplus.org/1a740b4 ... d14b951ded
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

see if helps

Code: Select all

spiegel.de##.innerwrapad
||westlotto.com^$domain=spiegel.de
spiegel.de##.popup-layer-skin
spiegel.de##IFRAME[src="about:blank"]
spiegel.de###spOasTop
spiegel.de###spColumnAd
michi
Site Member
Site Member
Posts: 14
Joined: Wed Dec 07, 2016 12:53 pm

Post by michi »

looking good. background is still green, but i saw an issue with "Auch interessant" is not visible anymore. not sure if it was before?!

https://reports.adblockplus.org/69bf0b8 ... 9546ee800f
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

for "auch...", add

Code: Select all

widgets.outbrain.com#@#a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"]
the background is still green but not clickable anymore
michi
Site Member
Site Member
Posts: 14
Joined: Wed Dec 07, 2016 12:53 pm

Post by michi »

Another Banner on

Code: Select all

http://www.spiegel.de/
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

screenshot ?
michi
Site Member
Site Member
Posts: 14
Joined: Wed Dec 07, 2016 12:53 pm

Post by michi »

intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

I cannot reproduce the issue (banner) - using the filters above
michi
Site Member
Site Member
Posts: 14
Joined: Wed Dec 07, 2016 12:53 pm

Post by michi »

i´m using only the german easylist ... looks like there are many whitelist entries.
if i´m using easylist only, the banner is blocked.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

easylist germany has other approach, but why did you remove the filters above ?
michi
Site Member
Site Member
Posts: 14
Joined: Wed Dec 07, 2016 12:53 pm

Post by michi »

by coincidence. the easylist was available in the add-on but for some reasons not activated
EasyQuestion
New Member
New Member
Posts: 1
Joined: Tue Jan 24, 2017 4:05 pm

Post by EasyQuestion »

- Der JWPlayer verwendet ein Video Display für Werbung und Content.
Adblock Plus versteckt aktuell das Videodisplay, dadurch wird leider auch der Content versteckt

- Dieses Deployment von vor 24 Tagen ist Teil des Problems: https://github.com/easylist/easylistgermany/commit/1e5315bfcdc3931049372055e47d4a1e2e115587

ref:

http://www.spiegel.de/video/ottmar-hitzfeld-spricht-ueber-thomas-tuchel-und-den-bvb-video-1737426.html

https://reports.adblockplus.org/9de9dae ... f24fcc172f

best
validusername
New Member
New Member
Posts: 3
Joined: Tue Apr 04, 2017 11:55 am

Post by validusername »

Currently not all ads are blocked on spiegel.de using the filters in this thread.

Also, regular expressions seem to be not evaluated at all. This

Code: Select all

/http://cdn[0-9].spiegel.de/images/.*/
schould block almost all images on any page, but it doesn't (I used a different regex to block ads on this page).

Is that a general problem or has filter syntax changed? Couldn't find any info...
validusername
New Member
New Member
Posts: 3
Joined: Tue Apr 04, 2017 11:55 am

Post by validusername »

OK, I figured it out myself. It seems, that the ads I see are some kind of fallback in case the "regular" ads don't load for any reason. In my case this happened because I additionally use NoScript Addon and (almost) only allow scripts from spiegel.de. "Regular" ads seem to loaded by scripts hosted on "adition.com" - when I allow that, fallback is not executed and all ads are blocked :?

I'm still unable to get regular expressions to work (see previous post). Does anyone have info on that?
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

The regex is working, but you have to add the domain keyword (due to the $genericblock filter in easy germany list: @@||spiegel.de^$genericblock,generichide ) otherwise your filter will be interpreted as generic one (and whitelisted)

so, use:
/http://cdn[0-9].spiegel.de/images/.*/$domain=spiegel.de
or
/http://cdn[0-9]\.spiegel\.de\/images/$image,domain=spiegel.de
validusername
New Member
New Member
Posts: 3
Joined: Tue Apr 04, 2017 11:55 am

Post by validusername »

That works, thanks!
schonwiederich
New Member
New Member
Posts: 1
Joined: Fri Oct 27, 2017 9:27 am

Post by schonwiederich »

Recently, spiegel.de has introduced an overlay popping up every 10 seconds, when javascript is activated and an adblocker is active. So far, I did not find any remedy save switching off javascript.

I woud have liked to attach a screenshot but I think that you can reproduce it anyway.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try this filter (see if breaks whatever functionality)

Code: Select all

||spiegel.de/layout/js/http/
or (better ..) use uBo (ublock origin) and disable all other adblockers
Tobbi
New Member
New Member
Posts: 3
Joined: Sat Jan 07, 2017 10:12 pm

Post by Tobbi »

http://www.spiegel.de/panorama/justiz/pakistan-todesurteil-im-lynchmord-prozess-gefallen-a-1192248.html

On the bottom part of the site, you can see an ad carousel:

https://image.prntscr.com/image/DYikz2z ... qnwNog.png
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try

Code: Select all

spiegel.de##.gutscheine-widget
TramPolin
Site Member
Site Member
Posts: 18
Joined: Thu Aug 04, 2016 6:52 pm

Post by TramPolin »

Spiegel.de is now showing a big layer and calls to deactive AdBlocker. No access to articels in case of active AdBlocker.

I haven't found a solution till now. Can somebody help?
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try

Code: Select all

@@||ad.doubleclick.net/ddm/ad/$image,domain=spiegel.de
TramPolin
Site Member
Site Member
Posts: 18
Joined: Thu Aug 04, 2016 6:52 pm

Post by TramPolin »

Thanks, it seems to run! :-)
anti_paywall
New Member
New Member
Posts: 5
Joined: Wed Mar 14, 2018 4:53 pm

Post by anti_paywall »

intense wrote:

Code: Select all

@@||ad.doubleclick.net/ddm/ad/$image,domain=spiegel.de
I've added the string above into AdBlock Plus filters, but it doesn't work. The paywall still shows up.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

[mention]anti_paywall[/mention] disable ABP and test the page using uBo (ublock origin)
anti_paywall
New Member
New Member
Posts: 5
Joined: Wed Mar 14, 2018 4:53 pm

Post by anti_paywall »

I added the string to my filters in uBo and deactivated AdBlock Plus. The paywall still appears.
Locked