mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Add Wonderzine
This commit is contained in:
parent
ddc431e777
commit
9c04d4f89d
5 changed files with 20 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
5
sites.js
5
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: "###"
|
||||
},
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue