From 5a94880b6e0ef4efa9f231da1ccb756743f5b0d1 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Mon, 19 Dec 2022 18:10:43 +0100 Subject: [PATCH] Add Wiwo.de --- README.md | 3 ++- changelog.txt | 1 + manifest.json | 3 ++- sites.js | 5 +++++ sites_updated.json | 5 +++++ 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ea54bc..dc393c88 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,8 @@ Grouped in options:\ [Süddeutsche Zeitung (link to archive.is)](https://www.sueddeutsche.de) - [Volksstimme](https://www.volksstimme.de) - [Weltkunst](https://www.weltkunst.de) - -[Westdeutsche Zeitung](https://www.wz.de) +[Westdeutsche Zeitung](https://www.wz.de) - +[WirtschaftsWoche](https://www.wiwo.de) Grouped in options:\ *Funke Mediengruppe* sites like (opt-in to custom sites for unlisted)\ diff --git a/changelog.txt b/changelog.txt index ed256547..5ec23765 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Add Wiwo.de * v2.9.8.0 (2022-12-18) Add CaravanMagazine.in diff --git a/manifest.json b/manifest.json index b17941d3..c8e8e10f 100644 --- a/manifest.json +++ b/manifest.json @@ -669,6 +669,7 @@ "*://*.westfalen-blatt.de/*", "*://*.winnipegfreepress.com/*", "*://*.wired.com/*", + "*://*.wiwo.de/*", "*://*.wn.de/*", "*://*.womenshealthmag.com/*", "*://*.womensrunning.com/*", @@ -714,5 +715,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.9.8.0" + "version": "2.9.8.2" } diff --git a/sites.js b/sites.js index 064f5cf2..a543ad27 100644 --- a/sites.js +++ b/sites.js @@ -2155,6 +2155,11 @@ var defaultSites = { allow_cookies: 1, block_regex: /(account\.winnipegfreepress\.com\/api\/v\d\/auth\/identify|cdn\.cxense\.com\/)/ }, + "WirtschaftsWoche": { + domain: "wiwo.de", + allow_cookies: 1, + useragent: "facebookbot" + }, "* Block general paywall-scripts (opt-in to custom sites to enable also for unlisted sites)": { domain: "###" }, diff --git a/sites_updated.json b/sites_updated.json index 4fee79f8..2d4ab3d7 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -20,6 +20,11 @@ "allow_cookies": 1, "block_regex": "\\.washingtonpost\\.com\\/tetro\\/metering\\/evaluate" }, + "WirtschaftsWoche": { + "domain": "wiwo.de", + "allow_cookies": 1, + "useragent": "facebookbot" + }, "Qiota": { "domain": "qiota.com", "allow_cookies": 1,