diff --git a/changelog.txt b/changelog.txt index e909828e..5fe1c605 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/manifest.json b/manifest.json index 2b6307d0..5a8f02e1 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } diff --git a/sites.js b/sites.js index 1e4089ce..941eeed7 100644 --- a/sites.js +++ b/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",