mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:07:47 +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)
|
||||
|
||||
##### 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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -618,6 +618,7 @@
|
|||
"*://*.thestar.com/*",
|
||||
"*://*.thestate.com/*",
|
||||
"*://*.thetimes.co.uk/*",
|
||||
"*://*.the-village.ru/*",
|
||||
"*://*.thewest.com.au/*",
|
||||
"*://*.thewrap.com/*",
|
||||
"*://*.thueringer-allgemeine.de/*",
|
||||
|
|
5
sites.js
5
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,
|
||||
|
|
Loading…
Reference in a new issue