From d756f093d23050ce19e52b5f43d80d0723a02829 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 9 Feb 2024 08:55:28 +0100 Subject: [PATCH] Update block general paywall script (Sophi.io) --- changelog.txt | 1 + custom/manifest.json | 2 +- manifest.json | 3 ++- sites.js | 8 +++++++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index f8a39f2..544080d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/custom/manifest.json b/custom/manifest.json index f530f19..a3fdf2d 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.5.4.5" + "version": "3.5.4.6" } diff --git a/manifest.json b/manifest.json index 97210df..64cc4a6 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } diff --git a/sites.js b/sites.js index ee7ad21..b5ed511 100644 --- a/sites.js +++ b/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,