mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:17:46 +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)
|
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
|
||||||
|
|
|
@ -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')) {
|
||||||
|
|
|
@ -51,5 +51,5 @@
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.0.7.4"
|
"version": "3.0.7.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -743,5 +743,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.0.7.4"
|
"version": "3.0.7.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue