diff --git a/background.js b/background.js index 6e6e7cb..ea09d40 100755 --- a/background.js +++ b/background.js @@ -633,7 +633,7 @@ var block_js = [ "*://*.blueconic.net/*", "*://*.cxense.com/*", "*://*.evolok.net/*", - "*://*.newsmemory.com/*", + "*://*.newsmemory.com/?meter*", "*://*.onecount.net/*", "*://*.piano.io/*", "*://*.poool.fr/*", diff --git a/changelog.txt b/changelog.txt index a61cffe..2e86359 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release +Update block general paywall script (limit NewsMemory) * v2.5.5.0 (2022-02-06) Remove Iltalehti.fi (fix obsolete) diff --git a/custom/manifest.json b/custom/manifest.json index 55fa050..c395225 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -39,5 +39,5 @@ "webRequestBlocking", "" ], - "version": "2.5.5.0" + "version": "2.5.5.1" } diff --git a/manifest.json b/manifest.json index 30bdf00..5f5872b 100755 --- a/manifest.json +++ b/manifest.json @@ -599,5 +599,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.5.5.0" + "version": "2.5.5.1" }