diff --git a/README.md b/README.md index 136622b2..3b834fdf 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Alma Talent sites (grouped in options) like [Esprit](https://esprit.presse.fr) - [L'Obs](https://www.nouvelobs.com) - [L'Opinion](https://www.lopinion.fr) – +[L'Usine Nouvelle](https://www.usinenouvelle.com) - [La Croix](https://www.la-croix.com) - [Le Journal du Dimanche](https://lejdd.fr) – [Le Journal du Net](https://www.journaldunet.com) - diff --git a/background.js b/background.js index 45238613..8f30ff2d 100644 --- a/background.js +++ b/background.js @@ -109,6 +109,7 @@ var allow_cookies_default = [ 'themarker.com', 'thewest.com.au', 'timeshighereducation.com', + 'usinenouvelle.com', 'variety.com', 'washingtonpost.com', 'wiwo.de', @@ -165,6 +166,7 @@ var use_google_bot_default = [ 'republic.ru', 'seekingalpha.com', 'thetimes.co.uk', + 'usinenouvelle.com', 'washingtonpost.com', 'wiwo.de', 'worldpoliticsreview.com', diff --git a/changelog.txt b/changelog.txt index c436c475..a639b56a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add Cicero (Germany) Add Il Secolo XIX (Italy) +Add L'Usine Nouvelle (France) Add La Nuova Sardegna (Italy) Fix-update Discover Magazine Fix-update Faz.net (Zeitung subdomain) diff --git a/manifest.json b/manifest.json index abc8751c..76334aad 100644 --- a/manifest.json +++ b/manifest.json @@ -373,6 +373,7 @@ "*://*.townsvillebulletin.com.au/*", "*://*.trouw.nl/*", "*://*.tubantia.nl/*", + "*://*.usinenouvelle.com/*", "*://*.uusisuomi.fi/*", "*://*.valeursactuelles.com/*", "*://*.vanityfair.com/*", @@ -427,5 +428,5 @@ "*://*.stripe.com/*", "*://*.userzoom.com/*" ], - "version": "2.0.3.3" + "version": "2.0.3.4" } \ No newline at end of file diff --git a/sites.js b/sites.js index 558ac08f..26f459be 100644 --- a/sites.js +++ b/sites.js @@ -104,6 +104,7 @@ var defaultSites = "L'Obs": "nouvelobs.com", "L'Opinion": "lopinion.fr", "L'Orient-Le Jour": "lorientlejour.com", + "L'Usine Nouvelle": "usinenouvelle.com", "La Croix": "la-croix.com", "La Estrella de Valparaíso": "estrellavalpo.cl", "La Nación": "lanacion.com.ar",