mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Add Mitteldeutsche Zeitung (Germany)
This commit is contained in:
parent
472d80b2f0
commit
d8e5f1e673
@ -289,6 +289,7 @@ Groupe Rossel sites (grouped in options) like
|
||||
[Handelsblatt](https://www.handelsblatt.com) -
|
||||
[Krautreporter.de](https://krautreporter.de) -
|
||||
[Kurier.at](https://kurier.at) -
|
||||
[Mitteldeutsche Zeitung](https://www.mz-web.de) -
|
||||
[Neue Osnabrücker Zeitung](https://www.noz.de]) -
|
||||
[Piqd.de](https://www.piqd.de) -
|
||||
[Rhein-Zeitung](https://www.rhein-zeitung.de) -
|
||||
|
@ -88,6 +88,7 @@ var allow_cookies_default = [
|
||||
'marketwatch.com',
|
||||
'medium.com',
|
||||
'modernhealthcare.com',
|
||||
'mz-web.de',
|
||||
'nation.africa',
|
||||
'nationalgeographic.com',
|
||||
'nationalpost.com',
|
||||
|
@ -2,6 +2,7 @@
|
||||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Add Mitteldeutsche Zeitung (Germany)
|
||||
Add Thueringische Landeszeitung (Germany)
|
||||
Fix-update Australian Community Media (anti-adblock)
|
||||
Fix-update Gannett Group (identify on xhr only)
|
||||
|
@ -2190,6 +2190,14 @@ else if (matchDomain('politicaexterior.com')) {
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('mz-web.de')) {
|
||||
let platzhalter = document.querySelector('#c1-template-platzhalter');
|
||||
removeDOMElement(platzhalter);
|
||||
let paid_content = document.querySelector('.hide-paid-content');
|
||||
if (paid_content)
|
||||
paid_content.classList.remove('hide-paid-content');
|
||||
}
|
||||
|
||||
else if (!matchDomain(['belfasttelegraph.co.uk', 'independent.ie']))
|
||||
csDone = true;
|
||||
|
||||
|
@ -280,6 +280,7 @@
|
||||
"*://*.modernhealthcare.com/*",
|
||||
"*://*.morgenpost.de/*",
|
||||
"*://*.mv-voice.com/*",
|
||||
"*://*.mz-web.de/*",
|
||||
"*://*.nation.africa/*",
|
||||
"*://*.nationalgeographic.com/*",
|
||||
"*://*.nationalpost.com/*",
|
||||
|
1
sites.js
1
sites.js
@ -152,6 +152,7 @@ var defaultSites =
|
||||
"Miami Herald": "miamiherald.com",
|
||||
"MIT Sloan Management Review": "sloanreview.mit.edu",
|
||||
"MIT Technology Review": "technologyreview.com",
|
||||
"Mitteldeutsche Zeitung": "mz-web.de",
|
||||
"Modern Healthcare": "modernhealthcare.com",
|
||||
"National Geographic USA": "nationalgeographic.com",
|
||||
"Mountain View Voice": "mv-voice.com",
|
||||
|
Loading…
Reference in New Issue
Block a user