diff --git a/README.md b/README.md index 7b9a591..3e44cee 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,8 @@ Grouped in options:\ [Record](https://www.record.pt) ##### Russia -[Republic.ru](https://republic.ru) +[Republic.ru](https://republic.ru) - +[The Village](https://www.the-village.ru) ##### Slovenia [Finance.si](https://www.finance.si) diff --git a/changelog.txt b/changelog.txt index b805395..731a0da 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add Republic.ru +Add TheVillage.ru Add Wiwo.de Update block general paywall script (Axate.io) Update custom sites (block_js_inline) diff --git a/manifest.json b/manifest.json index 34171e1..1a00c51 100644 --- a/manifest.json +++ b/manifest.json @@ -618,6 +618,7 @@ "*://*.thestar.com/*", "*://*.thestate.com/*", "*://*.thetimes.co.uk/*", + "*://*.the-village.ru/*", "*://*.thewest.com.au/*", "*://*.thewrap.com/*", "*://*.thueringer-allgemeine.de/*", diff --git a/sites.js b/sites.js index fcbbef9..8766a87 100644 --- a/sites.js +++ b/sites.js @@ -2031,6 +2031,11 @@ var defaultSites = { allow_cookies: 1, block_regex: "(\\.{domain}\\/script\\.js|\\.blueconic\\.net\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)" }, + "The Village.ru": { + domain: "the-village.ru", + allow_cookies: 1, + block_regex: /\.the-village\.ru\/assets\/app\/\d.+\.js/ + }, "The Wall Street Journal (when blocked disable Googlebot in BPC-settings)": { domain: "wsj.com", allow_cookies: 1,