Update block general paywall script (Steady)

merge-requests/12/merge
magnolia1234 2 years ago
parent b2fcf4ed62
commit 29a2ace542

@ -10,6 +10,7 @@ Fix LesEchos.fr (json)
Fix NzHerald (css) Fix NzHerald (css)
Fix SOFREP (plus) Fix SOFREP (plus)
Fix StuDocu (timing) Fix StuDocu (timing)
Update block general paywall script (Steady)
* v3.0.2.0 (2023-01-22) * v3.0.2.0 (2023-01-22)
Add AerzteBlatt.de Add AerzteBlatt.de

@ -708,6 +708,7 @@
"*://*.pico.tools/*", "*://*.pico.tools/*",
"*://*.poool.fr/*", "*://*.poool.fr/*",
"*://*.qiota.com/*", "*://*.qiota.com/*",
"*://*.steadyhq.com/*",
"*://*.tinypass.com/*", "*://*.tinypass.com/*",
"*://*.tribdss.com/*", "*://*.tribdss.com/*",
"*://*.weborama.fr/*", "*://*.weborama.fr/*",
@ -729,5 +730,5 @@
"*://*.wallkit.net/*", "*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.0.2.6" "version": "3.0.2.7"
} }

@ -2267,7 +2267,8 @@ var defaultSites = {
"OneCount": { "OneCount": {
domain: "onecount.net", domain: "onecount.net",
allow_cookies: 1, allow_cookies: 1,
block_regex_general: /\.onecount\.net\// block_regex_general: /\.onecount\.net\//,
excluded_domains: ["onecount.net"]
}, },
"Pelcro": { "Pelcro": {
domain: "pelcro.com", domain: "pelcro.com",
@ -2278,7 +2279,7 @@ var defaultSites = {
domain: "piano.io", domain: "piano.io",
allow_cookies: 1, allow_cookies: 1,
block_regex_general: /\.piano\.io\//, 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": { "Pico.tools": {
domain: "pico.tools", domain: "pico.tools",
@ -2300,10 +2301,17 @@ var defaultSites = {
allow_cookies: 1, allow_cookies: 1,
block_regex_general: /\.qiota\.com\/data/ block_regex_general: /\.qiota\.com\/data/
}, },
"Steady": {
domain: "steadyhq.com",
allow_cookies: 1,
block_regex_general: /\/steadyhq\.com\//,
excluded_domains: ["steadyhq.com"]
},
"TinyPass": { "TinyPass": {
domain: "tinypass.com", domain: "tinypass.com",
allow_cookies: 1, 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)": { "TownNews sites (Blox CMS; not encrypted)": {
domain: "###_usa_townnews", domain: "###_usa_townnews",

Loading…
Cancel
Save