From 61a169efdb8ece5c06e3a75596327c5114aff26e Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 11 May 2021 19:24:21 +0200 Subject: [PATCH] Fix-update LeScienze.it --- background.js | 2 +- changelog.txt | 1 + manifest.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 59ad834..09b413d 100644 --- a/background.js +++ b/background.js @@ -406,7 +406,7 @@ var blockedRegexes = { // grouped domains (rules only) const au_nine_domains = ['brisbanetimes.com.au', 'smh.com.au', 'theage.com.au', 'watoday.com.au']; const es_epiberica_domains = ['diariodeibiza.es', 'diariodemallorca.es', 'farodevigo.es', 'laprovincia.es', 'levante-emv.com']; -const it_repubblica_domains = ['gelocal.it', 'ilsecoloxix.it', 'lanuovasardegna.it', 'lastampa.it', 'limesonline.com', 'repubblica.it']; +const it_repubblica_domains = ['gelocal.it', 'ilsecoloxix.it', 'lanuovasardegna.it', 'lastampa.it', 'limesonline.com', 'repubblica.it'].concat(['lescienze.it']); const nl_pg_domains = ['parool.nl', 'trouw.nl', 'volkskrant.nl', 'humo.be', 'demorgen.be']; const usa_genomeweb_domains = ['genomeweb.com', '360dx.com', 'precisiononcologynews.com']; diff --git a/changelog.txt b/changelog.txt index f281624..bd2611a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Fix-update LeScienze.it Fix-update South China Morning Post (amp) * v2.2.0.0 (2021-05-09) diff --git a/manifest.json b/manifest.json index 0188bc0..ede293a 100644 --- a/manifest.json +++ b/manifest.json @@ -512,5 +512,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.2.0.1" + "version": "2.2.0.2" } \ No newline at end of file