mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Update block general paywall script (Sophi.io)
This commit is contained in:
parent
cba832568d
commit
d756f093d2
@ -10,6 +10,7 @@ Fix Grupo Prensa Iberica (css)
|
||||
Fix National Geographic USA (js-regwall)
|
||||
Fix The Indian Express (js)
|
||||
Fix Vogue Business (member-json)
|
||||
Update block general paywall script (Sophi.io)
|
||||
Update block general paywall script (update FewCents)
|
||||
|
||||
* v3.5.4.0 (2024-02-04)
|
||||
|
@ -51,5 +51,5 @@
|
||||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.5.4.5"
|
||||
"version": "3.5.4.6"
|
||||
}
|
||||
|
@ -813,6 +813,7 @@
|
||||
"*://*.pico.tools/*",
|
||||
"*://*.poool.fr/*",
|
||||
"*://*.qiota.com/*",
|
||||
"*://*.sophi.io/*",
|
||||
"*://*.steadyhq.com/*",
|
||||
"*://*.tinypass.com/*",
|
||||
"*://*.weborama.fr/*",
|
||||
@ -848,5 +849,5 @@
|
||||
"*://archive.vn/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.5.4.5"
|
||||
"version": "3.5.4.6"
|
||||
}
|
||||
|
8
sites.js
8
sites.js
@ -2400,7 +2400,7 @@ var defaultSites = {
|
||||
"The Globe and Mail": {
|
||||
domain: "theglobeandmail.com",
|
||||
block_js_inline: /\.theglobeandmail\.com\/.+\/article-.+\?rel=premium/,
|
||||
block_regex: /smartwall\.theglobeandmail\.com\//
|
||||
block_regex: /(smartwall\.theglobeandmail\.com\/|\.sophi\.io\/|\.zephr\.com\/zephr-browser\/)/
|
||||
},
|
||||
"The Hill": {
|
||||
domain: "thehill.com",
|
||||
@ -2911,6 +2911,12 @@ var defaultSites = {
|
||||
block_regex_general: /\.qiota\.com\/data/,
|
||||
excluded_domains: ["qiota.com"]
|
||||
},
|
||||
"Sophi.io": {
|
||||
domain: "sophi.io",
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /\.sophi\.io\//,
|
||||
excluded_domains: ["sophi.io"]
|
||||
},
|
||||
"Steady": {
|
||||
domain: "steadyhq.com",
|
||||
allow_cookies: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user