mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Add Krautreporter (Germany)
This commit is contained in:
parent
87a527f069
commit
e4021fb2cd
5 changed files with 17 additions and 1 deletions
|
@ -227,6 +227,7 @@ Groupe Rossel sites (grouped in options) like
|
|||
[Die Zeit](https://www.zeit.de) -
|
||||
[Frankfurter Allgemeine Zeitung](https://www.faz.net) -
|
||||
[Handelsblatt](https://www.handelsblatt.com) -
|
||||
[Krautreporter.de](https://krautreporter.de) -
|
||||
[Kurier.at](https://kurier.at) -
|
||||
[Piqd.de](https://www.piqd.de) -
|
||||
[Sächsische Zeitung](https://www.saechsische.de) -
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Add Krautreporter (Germany)
|
||||
Add Piqd (Germany)
|
||||
Fix-update Foreign Affairs
|
||||
Fix-update Paris-Normandie.fr (Groupe Rossel)
|
||||
|
|
|
@ -1844,6 +1844,18 @@ else if (matchDomain(de_funke_media_domains)) {
|
|||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('krautreporter.de')) {
|
||||
let paywall = document.querySelector('.article-paywall');
|
||||
if (paywall) {
|
||||
let paywall_divider = document.querySelector('.js-paywall-divider');
|
||||
let steady_checkout = document.querySelector('#steady-checkout');
|
||||
removeDOMElement(paywall, paywall_divider, steady_checkout);
|
||||
let blurred = document.querySelectorAll('.blurred');
|
||||
for (let elem of blurred)
|
||||
elem.classList.remove('blurred', 'json-ld-paywall-marker', 'hidden@print');
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
csDone = true;
|
||||
|
||||
|
|
|
@ -190,6 +190,7 @@
|
|||
"*://*.kauppalehti.fi/*",
|
||||
"*://*.kn-online.de/*",
|
||||
"*://*.knack.be/*",
|
||||
"*://*.krautreporter.de/*",
|
||||
"*://*.kurier.at/*",
|
||||
"*://*.la-croix.com/*",
|
||||
"*://*.labusinessjournal.com/*",
|
||||
|
@ -409,5 +410,5 @@
|
|||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*"
|
||||
],
|
||||
"version": "1.9.9.3"
|
||||
"version": "1.9.9.4"
|
||||
}
|
1
sites.js
1
sites.js
|
@ -95,6 +95,7 @@ var defaultSites =
|
|||
"Intelligent Investor": "intelligentinvestor.com.au",
|
||||
"Irish Independent (opt-in)": "independent.ie",
|
||||
"Knack.be": "knack.be",
|
||||
"Krautreporter.de": "krautreporter.de",
|
||||
"Kurier.at": "kurier.at",
|
||||
"L'Opinion": "lopinion.fr",
|
||||
"L'Orient-Le Jour": "lorientlejour.com",
|
||||
|
|
Loading…
Reference in a new issue