diff --git a/README.md b/README.md index f4037f6..78fc554 100755 --- a/README.md +++ b/README.md @@ -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) - diff --git a/changelog.txt b/changelog.txt index 4e92772..9440687 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/contentScript.js b/contentScript.js index a6d6586..cf9cdf2 100755 --- a/contentScript.js +++ b/contentScript.js @@ -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'); diff --git a/manifest.json b/manifest.json index f22023e..7590f9e 100755 --- a/manifest.json +++ b/manifest.json @@ -155,7 +155,6 @@ "*://*.demorgen.be/*", "*://*.denverpost.com/*", "*://*.detroitnews.com/*", - "*://*.deutsche-wirtschafts-nachrichten.de/*", "*://*.df.cl/*", "*://*.di.se/*", "*://*.diariocorreo.pe/*", diff --git a/sites.js b/sites.js index a6ff59d..2612b19 100755 --- a/sites.js +++ b/sites.js @@ -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,