From 1cf21a876b2fd04798a6e99ebe341640bc329346 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 27 Oct 2020 17:03:03 +0100 Subject: [PATCH] Add WirtschaftsWoche (Germany) --- README.md | 3 ++- background.js | 2 ++ changelog.txt | 1 + manifest.json | 3 ++- sites.js | 1 + 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3dba11..7b11eb5 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,8 @@ So don't update to Firefox 79 or use Firefox Nightly (and load BPC from a custom [Süddeutsche Zeitung](https://www.sueddeutsche.de) - [Westdeutsche Allgemeine Zeitung](https://www.waz.de) - [Westfalenpost](https://www.wp.de) - -[Westfälische Rundschau](https://www.wr.de) +[Westfälische Rundschau](https://www.wr.de) - +[WirtschaftsWoche](https://www.wiwo.de) ##### Italy [Corriere Della Sera](https://www.corriere.it) - [Domani](https://editorialedomani.it) - diff --git a/background.js b/background.js index ee17fad..6d3d41a 100644 --- a/background.js +++ b/background.js @@ -89,6 +89,7 @@ var allow_cookies = [ 'variety.com', 'washingtonpost.com', 'waz.de', + 'wiwo.de', 'worldpoliticsreview.com', 'wp.de', 'wr.de', @@ -152,6 +153,7 @@ var use_google_bot_default = [ 'themarker.com', 'thetimes.co.uk', 'washingtonpost.com', + 'wiwo.de', 'worldpoliticsreview.com', 'zeit.de', ]; diff --git a/changelog.txt b/changelog.txt index f6af06b..9a13f5c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add Deutsche Wirtschafts Nachrichten +Add WirtschaftsWoche (Germany) * v1.9.2.0 (2020-10-25) Add Foreign Affairs diff --git a/manifest.json b/manifest.json index 58b1940..b51422a 100644 --- a/manifest.json +++ b/manifest.json @@ -288,6 +288,7 @@ "*://*.weeklytimesnow.com.au/*", "*://*.westernadvocate.com.au/*", "*://*.wired.com/*", + "*://*.wiwo.de/*", "*://*.worldpoliticsreview.com/*", "*://*.wp.de/*", "*://*.wr.de/*", @@ -337,5 +338,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.9.2.1" + "version": "1.9.2.2" } \ No newline at end of file diff --git a/sites.js b/sites.js index db761c2..d4be860 100644 --- a/sites.js +++ b/sites.js @@ -214,6 +214,7 @@ var defaultSites = "Westfälische Rundschau": "wr.de", "Winston-Salem Journal": "journalnow.com", "Wired": "wired.com", + "WirtschaftsWoche": "wiwo.de", "World Politics Review": "worldpoliticsreview.com", "——— Block Paywall-scripts ———": "###", "Amp-access": "cdn.ampproject.org",