From 282d18b13d1d911c59a500b7af76389ebbdbbc31 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Wed, 16 Sep 2020 08:27:41 +0200 Subject: [PATCH] Add Domani (Italy) --- README.md | 1 + background.js | 3 +++ lp/manifest.json | 3 ++- manifest.json | 2 +- sites.js | 1 + 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9500169..4f847ce 100755 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall [Süddeutsche Zeitung](https://www.sueddeutsche.de) ##### Italy [Corriere Della Sera](https://www.corriere.it) - +[Domani](https://editorialedomani.it) - [Il Fatto Quotidiano](https://www.ilfattoquotidiano.it) - [Il Manifesto](https://ilmanifesto.it) - [Il Messaggero](https://www.ilmessaggero.it) - diff --git a/background.js b/background.js index 740021e..7780ea3 100755 --- a/background.js +++ b/background.js @@ -31,6 +31,7 @@ var allow_cookies = [ 'df.cl', 'dn.se', 'dvhn.nl', +'editorialedomani.it', 'elmercurio.com', 'mercuriovalpo.cl', 'eurekareport.com.au', @@ -113,6 +114,7 @@ var use_google_bot_default = [ 'barrons.com', 'df.cl', 'dn.se', +'editorialedomani.it', 'eurekareport.com.au', 'ft.com', 'haaretz.co.il', @@ -156,6 +158,7 @@ var blockedRegexes = { 'corriere.it': /(\.rcsobjects\.it\/(rcs_cpmt|rcs_tracking-service)\/|\.corriereobjects\.it\/.+\/js\/(_paywall\.sjs|tracking\/)|\.userzoom\.com\/files\/js\/|\.lp4\.io\/app\/)/, 'digiday.com': /.+\.tinypass\.com\/.+/, 'economist.com': /.+\.tinypass\.com\/.+/, +'editorialedomani.it': /editorialedomani\.it\/pelcro\.js/, 'estadao.com.br': /acesso\.estadao\.com\.br\/paywall\/.+\/pw\.js/, 'dvhn.nl': /.+\.evolok\.net\/.+\/authorize\/.+/, 'elcomercio.pe': /elcomercio\.pe\/pf\/dist\/template\/elcomercio-noticia.+\.js/, diff --git a/lp/manifest.json b/lp/manifest.json index b69108b..570899f 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -76,6 +76,7 @@ "*://*.dn.se/*", "*://*.dvhn.nl/*", "*://*.economist.com/*", + "*://*.editorialedomani.it/*", "*://*.elcomercio.pe/*", "*://*.elmercurio.com/*", "*://*.elmundo.es/*", @@ -293,5 +294,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.8.6.0" + "version": "1.8.6.1" } diff --git a/manifest.json b/manifest.json index d7b6524..a8eb035 100644 --- a/manifest.json +++ b/manifest.json @@ -21,5 +21,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.8.6.0" + "version": "1.8.6.1" } diff --git a/sites.js b/sites.js index 085f369..ae58334 100644 --- a/sites.js +++ b/sites.js @@ -39,6 +39,7 @@ var defaultSites = "Diario Financiero": "df.cl", "Digiday": "digiday.com", "Discover Magazine": "discovermagazine.com", + "Domani": "editorialedomani.it", "El Comercio": "elcomercio.pe", "El Mercurio": "elmercurio.com", "El Mercurio de Valparaíso": "mercuriovalpo.cl",