Remove Deutsche Wirtschafts Nachrichten (fix obsolete)

master
magnolia1234 2022-06-28 08:43:00 +02:00
parent 945b010c14
commit 12a39e486b
5 changed files with 1 additions and 15 deletions

View File

@ -493,7 +493,6 @@ Grouped in options:\
[Badische Neueste Nachrichten](https://www.bnn.de) -
[Berliner Zeitung](https://www.berliner-zeitung.de) -
[Cicero](https://www.cicero.de) -
[Deutsche Wirtschafts Nachrichten](https://deutsche-wirtschafts-nachrichten.de) -
[Die Rheinpfalz](https://www.rheinpfalz.de) -
[Die Zeit](https://www.zeit.de) -
[Frankfurter Allgemeine Zeitung](https://www.faz.net) -

View File

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome
Post-release
Add BQ Prime (former Bloomberg Quint)
Remove Deutsche Wirtschafts Nachrichten (fix obsolete)
Fix Financial Times (cookie-banner)
Fix Knack.be & LeVif.be
Fix Times of India (no amp)

View File

@ -491,15 +491,6 @@ else if (matchDomain(de_funke_media_domains) || document.querySelector('a[href="
sessionStorage.setItem('deobfuscate', 'true');
}
else if (matchDomain('deutsche-wirtschafts-nachrichten.de')) {
window.setTimeout(function () {
let hardpay = document.querySelector('.hardpay');
if (hardpay) {
window.location.reload(true);
}
}, 500);
}
else if (matchDomain('faz.net')) {
if (matchDomain('zeitung.faz.net')) {
let paywall_z = document.querySelector('.c-red-carpet');

View File

@ -155,7 +155,6 @@
"*://*.demorgen.be/*",
"*://*.denverpost.com/*",
"*://*.detroitnews.com/*",
"*://*.deutsche-wirtschafts-nachrichten.de/*",
"*://*.df.cl/*",
"*://*.di.se/*",
"*://*.diariocorreo.pe/*",

View File

@ -327,10 +327,6 @@ var defaultSites = {
domain: "demorgen.be",
group_rule: "###_gr_nl_pg_domains"
},
"Deutsche Wirtschafts Nachrichten": {
domain: "deutsche-wirtschafts-nachrichten.de",
useragent: "googlebot"
},
"Diario Financiero": {
domain: "df.cl",
allow_cookies: 1,