From 62aef4087231d3b7a8d60d0d7316dbb9776b112b Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 26 Sep 2021 15:56:59 +0200 Subject: [PATCH] =?UTF-8?q?Add=20T=C3=A9l=C3=A9rama.fr?= 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 | 1 + sites.js | 1 + 5 files changed, 6 insertions(+) diff --git a/README.md b/README.md index dfcfa658..43de83a5 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ Grouped in options:\ [Science & Vie](https://www.science-et-vie.com) - [Sciences et Avenir](https://www.sciencesetavenir.fr) - [Sud Ouest](https://www.sudouest.fr) - +[Télérama](https://www.telerama.fr) - [Valeurs Actuelles](https://www.valeursactuelles.com) Grouped in options:\ diff --git a/background.js b/background.js index 1e0f4f5e..a04ebc56 100644 --- a/background.js +++ b/background.js @@ -154,6 +154,7 @@ var allow_cookies_default = [ 'tampabay.com', 'techinasia.com', 'telegraaf.nl', + 'telerama.fr', 'the-american-interest.com', 'theartnewspaper.com', 'thehindu.com', @@ -239,6 +240,7 @@ var use_google_bot_default = [ 'rheinpfalz.de', 'ruhrnachrichten.de', 'seekingalpha.com', + 'telerama.fr', 'thetimes.co.uk', 'usatoday.com', 'usinenouvelle.com', diff --git a/changelog.txt b/changelog.txt index cec23882..4bc7711a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Post-release Add Aachener Zeitung (Germany) Add Grupo Prensa Iberica (Spain) Add Tampa Bay Times (local USA) +Add Telerama.fr Fix Challenges.fr (blur) Fix LesEchos.fr (json) Fix Repubblica.it & LaStampa.it (videos on Firefox) diff --git a/manifest.json b/manifest.json index bdb285f4..e094f109 100644 --- a/manifest.json +++ b/manifest.json @@ -447,6 +447,7 @@ "*://*.tekniikkatalous.fi/*", "*://*.telegraaf.nl/*", "*://*.telegraph.co.uk/*", + "*://*.telerama.fr/*", "*://*.the-american-interest.com/*", "*://*.the-tls.co.uk/*", "*://*.theadvocate.com.au/*", diff --git a/sites.js b/sites.js index 7ca27dda..606d78bb 100644 --- a/sites.js +++ b/sites.js @@ -233,6 +233,7 @@ var defaultSites = "Tampa Bay Times": "tampabay.com", "Tech in Asia": "techinasia.com", "Telegraaf": "telegraaf.nl", + "Télérama": "telerama.fr", "The Age": "theage.com.au", "The American Interest": "the-american-interest.com", "The Art Newspaper": "theartnewspaper.com",