mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:37:47 +01:00
Fix Berliner Zeitung
This commit is contained in:
parent
e7940eb34e
commit
b4b22baa37
4 changed files with 7 additions and 4 deletions
|
@ -7,6 +7,7 @@ Add Bloomberg Adria
|
|||
Add DN.no (cached articles only)
|
||||
Remove TagesAnzeiger.ch (fix obsolete)
|
||||
Remove Welt.de (fix obsolete)
|
||||
Fix Berliner Zeitung
|
||||
Fix Mediahuis Noord
|
||||
Fix mobile user-agent for Google webcache
|
||||
Fix New Scientist
|
||||
|
|
|
@ -583,8 +583,10 @@ else if (matchDomain('automobilwoche.de')) {
|
|||
}
|
||||
|
||||
else if (matchDomain('berliner-zeitung.de')) {
|
||||
window.setTimeout(function () {
|
||||
let ads = document.querySelectorAll('[id^="traffective-ad"], [class^="ad-slot_wrapper"], [class^="outbrain_container"]');
|
||||
removeDOMElement(...ads);
|
||||
hideDOMElement(...ads);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
else if (matchDomain('cicero.de')) {
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.0.7.4"
|
||||
"version": "3.0.7.5"
|
||||
}
|
||||
|
|
|
@ -743,5 +743,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.0.7.4"
|
||||
"version": "3.0.7.5"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue