diff --git a/README.md b/README.md index c3f8ce0..d840c1c 100755 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ Grouped in options:\ [La Montagne](https://www.lamontagne.fr) - [La Nouvelle République du Centre-Ouest](https://www.lanouvellerepublique.fr) - [La Tribune](https://www.latribune.fr) - +[La Vie](https://www.lavie.fr) - [Le Journal du Dimanche](https://lejdd.fr) - [Le Journal du Net](https://www.journaldunet.com) - [Le Nouvel Economiste](https://www.lenouveleconomiste.fr) - diff --git a/changelog.txt b/changelog.txt index ecfad4e..2ac5258 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release +Add LaVie.fr Add Mallorca Zeitung Add The Lawyer's Daily (Canada) Fix The Globe and Mail (revert to old fix) diff --git a/custom/manifest.json b/custom/manifest.json index e9da737..f8a8da8 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -42,5 +42,5 @@ "webRequestBlocking", "" ], - "version": "2.6.9.4" + "version": "2.6.9.5" } diff --git a/manifest.json b/manifest.json index 01d84bb..d292826 100755 --- a/manifest.json +++ b/manifest.json @@ -318,6 +318,7 @@ "*://*.latribune.fr/*", "*://*.lavanguardia.com/*", "*://*.laverdad.es/*", + "*://*.lavie.fr/*", "*://*.lavoixdunord.fr/*", "*://*.lavozdigital.es/*", "*://*.law.com/*", @@ -663,5 +664,5 @@ "*://*.wsj.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.6.9.4" + "version": "2.6.9.5" } diff --git a/sites.js b/sites.js index c68fe8e..4e6bf22 100755 --- a/sites.js +++ b/sites.js @@ -955,6 +955,11 @@ var defaultSites = { allow_cookies: 1, block_regex: /(\.evolok\.net\/|\.lavanguardia\.com\/(js\/)?godo-)/ }, + "La Vie": { + domain: "lavie.fr", + allow_cookies: 1, + block_regex: /\.poool\.fr\// + }, "Law.com (free articles only)": { domain: "law.com", referer: "facebook" diff --git a/sites_updated.json b/sites_updated.json index e65c1fc..3ef85d5 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -1,4 +1,9 @@ { + "La Vie": { + "domain": "lavie.fr", + "allow_cookies": 1, + "block_regex": "\\.poool\\.fr\\/" + }, "Mallorca Zeitung": { "domain": "mallorcazeitung.es", "allow_cookies": 1,