diff --git a/changelog.txt b/changelog.txt index 5cd5a33c..838c92b3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/release Post-release Remove Finance.si (fix obsolete) +Update block general paywall script (FewCents) * v3.0.5.0 (2023-02-12) Add L'Informe (fr) diff --git a/custom/manifest.json b/custom/manifest.json index 54fd801c..d2d42df5 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.0.5.0" + "version": "3.0.5.1" } diff --git a/manifest.json b/manifest.json index acc462ff..0e6b99fa 100644 --- a/manifest.json +++ b/manifest.json @@ -699,6 +699,7 @@ "*://*.cxense.com/*", "*://*.ensighten.com/*", "*://*.evolok.net/*", + "*://*.fewcents.co/*", "*://*.loader-cdn.azureedge.net/*", "*://*.matheranalytics.com/*", "*://*.newsmemory.com/*", @@ -732,5 +733,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.0.5.0" + "version": "3.0.5.1" } diff --git a/sites.js b/sites.js index 0caf8211..1280669c 100644 --- a/sites.js +++ b/sites.js @@ -2259,6 +2259,11 @@ var defaultSites = { allow_cookies: 1, block_regex_general: /\/(wp-content\/.+\/ev-em|evolok\/.+\/ev-widgets)\.min\.js/ }, + "FewCents": { + domain: "fewcents.co", + allow_cookies: 1, + block_regex_general: /paywall\.fewcents\.co\/static\/js\/paywall\.js/ + }, "Leaky Paywall (WordPress plugin)": { domain: "###_wp_leaky_paywall", group: [],