From 2222cf03d44bb367b3c6e1dc3a42ff0e226a4388 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 6 Feb 2024 18:47:52 +0100 Subject: [PATCH] Fix National Geographic USA (js-regwall) --- changelog.txt | 1 + custom/manifest.json | 2 +- manifest.json | 3 ++- sites.js | 2 +- sites_updated.json | 7 +++++++ 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index e1a0151..9f1dcff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal Post-release Add Superdeporte.es (Grupo Prensa Iberica) Fix Grupo Prensa Iberica (css) +Fix National Geographic USA (js-regwall) * v3.5.4.0 (2024-02-04) Add BusinessTimes.com.sg & StraitsTimes.com (SPH Media) diff --git a/custom/manifest.json b/custom/manifest.json index b30caf6..92c8f9d 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.5.4.1" + "version": "3.5.4.2" } diff --git a/manifest.json b/manifest.json index 452e775..55c3f33 100644 --- a/manifest.json +++ b/manifest.json @@ -828,6 +828,7 @@ "*://*.epochbase.eu/*", "*://*.flip-pay.com/*", "*://*.gitlab.com/magnolia1234/*", + "*://*.go.com/*", "*://*.hadrianpaywall.com/*", "*://*.kinja-static.com/*", "*://*.masthead.me/*", @@ -846,5 +847,5 @@ "*://archive.vn/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.5.4.1" + "version": "3.5.4.2" } diff --git a/sites.js b/sites.js index e370e16..17316b9 100644 --- a/sites.js +++ b/sites.js @@ -1714,7 +1714,7 @@ var defaultSites = { "National Geographic USA": { domain: "nationalgeographic.com", allow_cookies: 1, - block_regex: /\.blueconic\.net\//, + block_regex: /cdn\.registerdisney\.go\.com\//, random_ip: "eu" }, "National Review (disable adblocker)": { diff --git a/sites_updated.json b/sites_updated.json index a1238be..5191656 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -95,6 +95,13 @@ ], "upd_version": "3.5.2.4" }, + "National Geographic USA": { + "domain": "nationalgeographic.com", + "allow_cookies": 1, + "block_regex": "cdn\\.registerdisney\\.go\\.com\\/", + "random_ip": "eu", + "upd_version": "3.5.4.2" + }, "Newsweek.pl": { "domain": "newsweek.pl", "allow_cookies": 1,