From ceb59386e1628ba43fc82ae10012bf134708630c Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 2 Apr 2021 16:08:38 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Le=20T=C3=A9l=C3=A9gramme=20(France)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + background.js | 2 ++ changelog.txt | 1 + manifest.json | 3 ++- sites.js | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8baa76..67a1a56 100755 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ Alma Talent sites (grouped in options) like [Le Journal du Dimanche](https://lejdd.fr) - [Le Journal du Net](https://www.journaldunet.com) - [Le Parisien](https://www.leparisien.fr) - +[Le Télégramme](https://www.letelegramme.fr) - [Le Un](https://le1hebdo.fr) - [Les Échos](https://www.lesechos.fr) - [Libération](https://www.liberation.fr)* - diff --git a/background.js b/background.js index 3ff9e22..a408efc 100755 --- a/background.js +++ b/background.js @@ -91,6 +91,7 @@ var allow_cookies_default = [ 'lc.nl', 'lejdd.fr', 'lesechos.fr', + 'letelegramme.fr', 'lne.es', 'lrb.co.uk', 'marketwatch.com', @@ -313,6 +314,7 @@ var blockedRegexes = { 'lejdd.fr': /\.poool\.fr\//, 'leparisien.fr': /\.tinypass\.com\//, 'lesechos.fr': /\.tinypass\.com\//, + 'letelegramme.fr': /\.poool\.fr\//, 'livemint.com': /(\.livemint\.com\/js\/localWorker\.js|analytics\.htmedia\.in\/analytics-js\/.+\.js)/, 'lne.es': /cdn\.ampproject\.org\/v\d\/amp-(access|consent)-.+\.js/, 'lopinion.fr': /\.poool\.fr\//, diff --git a/changelog.txt b/changelog.txt index 3cd1367..ad02446 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release Add La Tribune (France) +Add Le Telegramme (France) Fix-update Mexico News Daily * v2.1.4.0 (2021-03-28) diff --git a/manifest.json b/manifest.json index 1a59725..aea69d8 100755 --- a/manifest.json +++ b/manifest.json @@ -246,6 +246,7 @@ "*://*.lesechos.fr/*", "*://*.lesoir.be/*", "*://*.lest-eclair.fr/*", + "*://*.letelegramme.fr/*", "*://*.liberation-champagne.fr/*", "*://*.liberation.fr/*", "*://*.limesonline.com/*", @@ -485,5 +486,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.1.4.2" + "version": "2.1.4.3" } \ No newline at end of file diff --git a/sites.js b/sites.js index 5c4dd2f..6b3e809 100755 --- a/sites.js +++ b/sites.js @@ -138,6 +138,7 @@ var defaultSites = "Le Journal du Net": "journaldunet.com", "Le Parisien": "leparisien.fr", "Le Scienze": "lescienze.it", + "Le Télégramme": "letelegramme.fr", "Le Un": "le1hebdo.fr", "Leeuwarder Courant": "lc.nl", "Les Échos": "lesechos.fr",