Fix Berliner Zeitung

This commit is contained in:
magnolia1234 2023-03-04 10:33:24 +01:00
parent e7940eb34e
commit b4b22baa37
4 changed files with 7 additions and 4 deletions

View file

@ -7,6 +7,7 @@ Add Bloomberg Adria
Add DN.no (cached articles only) Add DN.no (cached articles only)
Remove TagesAnzeiger.ch (fix obsolete) Remove TagesAnzeiger.ch (fix obsolete)
Remove Welt.de (fix obsolete) Remove Welt.de (fix obsolete)
Fix Berliner Zeitung
Fix Mediahuis Noord Fix Mediahuis Noord
Fix mobile user-agent for Google webcache Fix mobile user-agent for Google webcache
Fix New Scientist Fix New Scientist

View file

@ -583,8 +583,10 @@ else if (matchDomain('automobilwoche.de')) {
} }
else if (matchDomain('berliner-zeitung.de')) { else if (matchDomain('berliner-zeitung.de')) {
let ads = document.querySelectorAll('[id^="traffective-ad"], [class^="ad-slot_wrapper"], [class^="outbrain_container"]'); window.setTimeout(function () {
removeDOMElement(...ads); let ads = document.querySelectorAll('[id^="traffective-ad"], [class^="ad-slot_wrapper"], [class^="outbrain_container"]');
hideDOMElement(...ads);
}, 1000);
} }
else if (matchDomain('cicero.de')) { else if (matchDomain('cicero.de')) {

View file

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.0.7.4" "version": "3.0.7.5"
} }

View file

@ -743,5 +743,5 @@
"*://*.wallkit.net/*", "*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.0.7.4" "version": "3.0.7.5"
} }