mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:27:48 +01:00
Add TheVillage.ru
This commit is contained in:
parent
adbe94e083
commit
ddc431e777
4 changed files with 9 additions and 1 deletions
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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/*",
|
||||||
|
|
5
sites.js
5
sites.js
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue