From 49149680383e6990533139a893fd19ab372cac6c Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 22 Dec 2020 07:45:05 +0100 Subject: [PATCH] Fix-update El Mercurio (Chile) --- background.js | 4 ++-- changelog.txt | 1 + manifest.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/background.js b/background.js index e88d350..72037ad 100644 --- a/background.js +++ b/background.js @@ -204,7 +204,7 @@ var blockedRegexes = { 'economist.com': /cdn\.tinypass\.com\/.+/, 'editorialedomani.it': /(.+\.editorialedomani\.it\/pelcro\.js|js\.pelcro\.com\/.+)/, 'elcomercio.pe': /elcomercio\.pe\/pf\/dist\/template\/elcomercio-noticia.+\.js/, - 'elmercurio.com': /\.(elmercurio\.com|emol\.cl)\/.+\/js\/((vendor\/)?modal|merPramV\d|PramModal\.min)\.js/, + 'elmercurio.com': /\.(elmercurio\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/, 'elmundo.es': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/, 'elpais.com': /\.cdn\.arcpublishing\.com\/arc\/subs\/p\.min\.js/, 'elperiodico.com': /cdn\.ampproject\.org\/v\d\/amp-(access|consent)-.+\.js/, @@ -233,7 +233,7 @@ var blockedRegexes = { 'knack.be': /.+\.knack\.be\/js\/responsive\/rmgModal\.js/, 'kurier.at': /cdn\.tinypass\.com\/.+/, 'la-croix.com': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/, - 'lasegunda.com': /\.(lasegunda\.com|emol\.cl)\/.+\/js\/((vendor\/)?modal|merPramV\d|PramModal\.min)\.js/, + 'lasegunda.com': /\.(lasegunda\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/, 'lastampa.it': /.+\.repstatic\.it\/minify\/sites\/lastampa\/.+\/config\.cache\.php\?name=social_js/, 'latercera.com': /(.+\.latercera\.com\/arc\/subs\/p\.js|cdn\.cxense\.com\/.+)/, 'latimes.com': /js\.matheranalytics\.com\/.+/, diff --git a/changelog.txt b/changelog.txt index b33dda7..c1415ee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add L'Obs (France) Add Paris Match (France) +Fix-update El Mercurio (Chile) * v2.0.0.0 (2020-12-20) Add Krautreporter (Germany) diff --git a/manifest.json b/manifest.json index 7742c24..9d2d96c 100644 --- a/manifest.json +++ b/manifest.json @@ -412,5 +412,5 @@ "*://*.repstatic.it/*", "*://*.userzoom.com/*" ], - "version": "2.0.0.2" + "version": "2.0.0.3" } \ No newline at end of file