diff --git a/README.md b/README.md index 3e44cee..9ede75c 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,8 @@ Grouped in options:\ ##### Russia [Republic.ru](https://republic.ru) - -[The Village](https://www.the-village.ru) +[The Village](https://www.the-village.ru) - +[Wonderzine](https://www.wonderzine.com) ##### Slovenia [Finance.si](https://www.finance.si) diff --git a/changelog.txt b/changelog.txt index 731a0da..7c09fbe 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Post-release Add Republic.ru Add TheVillage.ru Add Wiwo.de +Add Wonderzine (ru) Update block general paywall script (Axate.io) Update custom sites (block_js_inline) Update custom sites (cs_code: remove/unhide in dom) diff --git a/manifest.json b/manifest.json index 1a00c51..53a05ed 100644 --- a/manifest.json +++ b/manifest.json @@ -675,6 +675,7 @@ "*://*.wn.de/*", "*://*.womenshealthmag.com/*", "*://*.womensrunning.com/*", + "*://*.wonderzine.com/*", "*://*.wp.de/*", "*://*.wr.de/*", "*://*.wsj.com/*", @@ -718,5 +719,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.9.8.5" + "version": "2.9.8.6" } diff --git a/sites.js b/sites.js index 8766a87..e5e722c 100644 --- a/sites.js +++ b/sites.js @@ -2170,6 +2170,11 @@ var defaultSites = { allow_cookies: 1, useragent: "facebookbot" }, + "Wonderzine": { + domain: "wonderzine.com", + 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 e220623..6985e78 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -10,11 +10,21 @@ "useragent": "googlebot", "new_site": 1 }, + "The Village.ru": { + "domain": "the-village.ru", + "allow_cookies": 1, + "block_regex": "\\.the-village\\.ru\\/assets\\/app\\/\\d.+\\.js" + }, "WirtschaftsWoche": { "domain": "wiwo.de", "allow_cookies": 1, "useragent": "facebookbot" }, + "Wonderzine": { + "domain": "wonderzine.com", + "allow_cookies": 1, + "useragent": "facebookbot" + }, "Qiota": { "domain": "qiota.com", "allow_cookies": 1,