welt.de

German supplemental subscription
Locked
LWChris
New Member
New Member
Posts: 1
Joined: Fri Aug 17, 2018 12:39 am

welt.de

Post by LWChris »

Code: Select all

https://www.welt.de/gesundheit/article12156030/Rauchen-so-strahlenintensiv-wie-haeufiges-Roentgen.html
I am subscribed to these filter lists:

EasyList Germany+EasyList
Fanboy's Annoyance List
EasyPrivacy
Fanboy's Social Blocking List (disabled, should be part of Fanboy's Annoyance List)

Acceptable ads are off.

Still, there's were inline-ads, taboola ads in the middle and at the end, and a background banner.

I used these three custom rules to remove them:

Code: Select all

welt.de##div[class*="-has-commercials"]
welt.de##.u-is-hidden-print
welt.de#?#div:-abp-has(> img)
The first two are working really well for most inlines and the huge taboola markers. The last one is obviously not the best solution performance-wise, but the best I could come up with. It takes a few seconds before ABP removes the ads though.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

test

Code: Select all

@@/ad_pics/*$image,domain=welt.de
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Hatschi
Site Member
Site Member
Posts: 31
Joined: Sat Apr 02, 2016 10:26 am

Post by Hatschi »

There are ads on the main page which appeared today, yesterday everything was fine. @smed79: Added your filter but it didn't worked.

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

Code: Select all

https://www.welt.de/
There are also many ads in articles now:

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

Code: Select all

https://www.welt.de/politik/deutschland/article181344492/Michael-Kretschmer-Muessen-verhindern-dass-Chemnitz-Aufmarschgebiet-von-Extremisten-wird.html
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

After updating Adblock Plus to the version 3.3 No additional filter is required.
Be sure you have the latest release of ABP and you are subscribed to the anti-circumvention filters list.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Hatschi
Site Member
Site Member
Posts: 31
Joined: Sat Apr 02, 2016 10:26 am

Post by Hatschi »

Not working with latest Adblock Plus (installed 5 minutes ago before creating this post):
https://i.imgur.com/udrN5kj.jpg

Your anti circumvention link is invalid gets me to 404 error page.

Also whats about uBlock Origin users which subscribe to easylist? Don't they get support?
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

uBo users have the specific list (ublock filters) => will be fixed for them too
keri
Forum Junkie
Forum Junkie
Posts: 183
Joined: Tue Sep 14, 2010 3:10 pm

Post by keri »

Bis dahin whitelisten von

Code: Select all

yagiay.com/*/ad_pics/*
könnt helfen. Die Ordner- und Bildernnamen werden relativ agressiv an die Seite angepasst langsam
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

update ublock filters
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

For Adblock plus

Code: Select all

@@||yagiay.com/img/*/ad_pics/$image,domain=www.welt.de
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Itchy95
Site Member
Site Member
Posts: 13
Joined: Thu Dec 22, 2016 11:55 am

Post by Itchy95 »

Code: Select all

https://www.welt.de/politik/deutschland/article194474793/SPD-Nahles-wird-bei-Niederlage-wohl-auch-Parteivorsitz-abgeben.html
the video stops after 15 seconds ish. when i deactivate ublock filters it runs through without stopping.
 ! Message from: LanikSJ
Merged rules#forumsearch
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

add - for now

Code: Select all

@@||svonm.com/hd-main.js$script,domain=welt.de
Hatschi
Site Member
Site Member
Posts: 31
Joined: Sat Apr 02, 2016 10:26 am

Post by Hatschi »

Code: Select all

https://www.welt.de/wirtschaft/article196683317/IWF-Ausgerechnet-der-Mittelstand-foerdert-die-Ungleichheit-in-Deutschland.html
https://i.imgur.com/qD8Okb3.jpg
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

ABP

Code: Select all

welt.de#?#div[id][data-qa]:-abp-has(.c-buelent-linkbox__label:-abp-contains(Anzeige))
(PR: https://github.com/easylist/easylistger ... a4b3122092)

uBo

Code: Select all

welt.de#?#div[id][data-qa]:has(.c-buelent-linkbox__label:has-text(Anzeige))
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked