mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 01:11:04 +00:00
Update block general paywall script (Steady)
This commit is contained in:
parent
b2fcf4ed62
commit
29a2ace542
@ -10,6 +10,7 @@ Fix LesEchos.fr (json)
|
||||
Fix NzHerald (css)
|
||||
Fix SOFREP (plus)
|
||||
Fix StuDocu (timing)
|
||||
Update block general paywall script (Steady)
|
||||
|
||||
* v3.0.2.0 (2023-01-22)
|
||||
Add AerzteBlatt.de
|
||||
|
@ -708,6 +708,7 @@
|
||||
"*://*.pico.tools/*",
|
||||
"*://*.poool.fr/*",
|
||||
"*://*.qiota.com/*",
|
||||
"*://*.steadyhq.com/*",
|
||||
"*://*.tinypass.com/*",
|
||||
"*://*.tribdss.com/*",
|
||||
"*://*.weborama.fr/*",
|
||||
@ -729,5 +730,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.0.2.6"
|
||||
"version": "3.0.2.7"
|
||||
}
|
||||
|
14
sites.js
14
sites.js
@ -2267,7 +2267,8 @@ var defaultSites = {
|
||||
"OneCount": {
|
||||
domain: "onecount.net",
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /\.onecount\.net\//
|
||||
block_regex_general: /\.onecount\.net\//,
|
||||
excluded_domains: ["onecount.net"]
|
||||
},
|
||||
"Pelcro": {
|
||||
domain: "pelcro.com",
|
||||
@ -2278,7 +2279,7 @@ var defaultSites = {
|
||||
domain: "piano.io",
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /\.piano\.io\//,
|
||||
excluded_domains: ["asia.nikkei.com", "brusselstimes.com", "businesspost.ie", "japantimes.co.jp", "lkz.de"]
|
||||
excluded_domains: ["piano.io", "asia.nikkei.com", "brusselstimes.com", "businesspost.ie", "japantimes.co.jp", "lkz.de"]
|
||||
},
|
||||
"Pico.tools": {
|
||||
domain: "pico.tools",
|
||||
@ -2300,10 +2301,17 @@ var defaultSites = {
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /\.qiota\.com\/data/
|
||||
},
|
||||
"Steady": {
|
||||
domain: "steadyhq.com",
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /\/steadyhq\.com\//,
|
||||
excluded_domains: ["steadyhq.com"]
|
||||
},
|
||||
"TinyPass": {
|
||||
domain: "tinypass.com",
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /cdn\.tinypass\.com\//
|
||||
block_regex_general: /cdn\.tinypass\.com\//,
|
||||
excluded_domains: ["piano.io"]
|
||||
},
|
||||
"TownNews sites (Blox CMS; not encrypted)": {
|
||||
domain: "###_usa_townnews",
|
||||
|
Loading…
Reference in New Issue
Block a user