Add TheVillage.ru

This commit is contained in:
magnolia1234 2022-12-26 09:11:07 +01:00
parent adbe94e083
commit ddc431e777
4 changed files with 9 additions and 1 deletions

View file

@ -662,7 +662,8 @@ Grouped in options:\
[Record](https://www.record.pt) [Record](https://www.record.pt)
##### Russia ##### Russia
[Republic.ru](https://republic.ru) [Republic.ru](https://republic.ru) -
[The Village](https://www.the-village.ru)
##### Slovenia ##### Slovenia
[Finance.si](https://www.finance.si) [Finance.si](https://www.finance.si)

View file

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release Post-release
Add Republic.ru Add Republic.ru
Add TheVillage.ru
Add Wiwo.de Add Wiwo.de
Update block general paywall script (Axate.io) Update block general paywall script (Axate.io)
Update custom sites (block_js_inline) Update custom sites (block_js_inline)

View file

@ -618,6 +618,7 @@
"*://*.thestar.com/*", "*://*.thestar.com/*",
"*://*.thestate.com/*", "*://*.thestate.com/*",
"*://*.thetimes.co.uk/*", "*://*.thetimes.co.uk/*",
"*://*.the-village.ru/*",
"*://*.thewest.com.au/*", "*://*.thewest.com.au/*",
"*://*.thewrap.com/*", "*://*.thewrap.com/*",
"*://*.thueringer-allgemeine.de/*", "*://*.thueringer-allgemeine.de/*",

View file

@ -2031,6 +2031,11 @@ var defaultSites = {
allow_cookies: 1, allow_cookies: 1,
block_regex: "(\\.{domain}\\/script\\.js|\\.blueconic\\.net\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)" 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)": { "The Wall Street Journal (when blocked disable Googlebot in BPC-settings)": {
domain: "wsj.com", domain: "wsj.com",
allow_cookies: 1, allow_cookies: 1,