From 3756e7fcde12cc299c948f80f7eaf10aa11207d3 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 7 Dec 2021 17:32:22 +0100 Subject: [PATCH] Fix Lecho.be (separate from Groupe Rossel) --- README.md | 10 +++++----- changelog.txt | 1 + custom/manifest.json | 2 +- manifest.json | 2 +- options/optin/opt-in.html | 2 +- sites.js | 10 ++++------ 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5116e17..a37ded3 100755 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Grouped in options:\ [Los Angeles Business Journal](https://labusinessjournal.com) - [Los Angeles Times](https://www.latimes.com) - [Mountain View Voice](https://www.mv-voice.com) - -[New York Magazine](https://www.nymag.com) (+ [Curbed](https://www.curbed.com/), [Grub Street](https://www.grubstreet.com), [The Cut](https://www.thecut.com) & [Vulture](https://www.vulture.com)) - +[New York Magazine](https://www.nymag.com) (+ [Curbed](https://www.curbed.com), [Grub Street](https://www.grubstreet.com), [The Cut](https://www.thecut.com) & [Vulture](https://www.vulture.com)) - [Newsday](https://www.newsday.com) - [Palo Alto Online](https://www.paloaltoonline.com) - [Pittsburgh Post Gazette](https://www.post-gazette.com) - @@ -222,7 +222,7 @@ Grouped in options:\ [The Post-Standard](https://www.syracuse.com) - [The Republican](https://www.masslive.com)\ *Gannett Group (local USA Today)* sites like (opt-in to custom sites for unlisted)\ -[Austin American-Statesman](https://www.statesman.com/) - +[Austin American-Statesman](https://www.statesman.com) - [Detroit Free Press](https://www.freep.com) - [Milwaukee Journal Sentinel](https://www.jsonline.com) - [The Arizona Republic](https://www.azcentral.com) - @@ -315,7 +315,7 @@ Grouped in options:\ *Alma Talent* sites like\ [Arvopaperi](https://www.arvopaperi.fi) - -[Iltalehti (Firefox-only)](https://www.iltalehti.fi/) - +[Iltalehti (Firefox-only)](https://www.iltalehti.fi) - [Kauppalehti](https://www.kauppalehti.fi) - [Markkinointi & Mainonta](https://www.marmai.fi) - [Mediuutiset](https://www.mediuutiset.fi) - @@ -332,6 +332,7 @@ Grouped in options:\ [Charlie Hebdo](https://charliehebdo.fr) - [Elle](https://www.elle.fr) - [Esprit](https://esprit.presse.fr) - +[L'Écho](https://lecho.be) - [L'Express](https://www.lexpress.fr) - [L'Obs](https://www.nouvelobs.com) - [L'Oeil de la Photographie (fr/en)](https://loeildelaphotographie.com) - @@ -377,7 +378,6 @@ Grouped in options:\ [L'Ardennais](https://www.lardennais.fr) - [L'Est-Éclair](https://www.lest-eclair.fr) - [L'Union](https://www.lunion.fr) - -[L'Écho](https://lecho.be) - [La Voix du Nord](https://www.lavoixdunord.fr) - [Le Courrier picard](https://www.courrier-picard.fr) - [Le Soir](https://www.lesoir.be) - @@ -707,7 +707,7 @@ You can also exclude a specific domain which is grouped in options. ### Changelog-releases * Visit the [changelog page](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/blob/master/changelog.txt). -* Or check the [commits](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/commits/master/). +* Or check the [commits](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/commits/master). * [Download the latest version](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/releases) ### License diff --git a/changelog.txt b/changelog.txt index 377c12c..2e6de4a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release +Fix Lecho.be (separate from Groupe Rossel) Fix Repubblica sites (no amp) * v2.4.6.0 (2021-12-05) diff --git a/custom/manifest.json b/custom/manifest.json index 6e9e498..033df76 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -39,5 +39,5 @@ "webRequestBlocking", "" ], - "version": "2.4.6.0" + "version": "2.4.6.1" } diff --git a/manifest.json b/manifest.json index 3fcdd9d..f331ae4 100755 --- a/manifest.json +++ b/manifest.json @@ -570,5 +570,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.4.6.0" + "version": "2.4.6.1" } diff --git a/options/optin/opt-in.html b/options/optin/opt-in.html index 5163c6b..b1788c2 100644 --- a/options/optin/opt-in.html +++ b/options/optin/opt-in.html @@ -35,7 +35,7 @@

check update opt-in

Check for update of version (on startup and when opening options):
-

daily users counter enabled:

+

check update enabled:

diff --git a/sites.js b/sites.js index f26e8d4..4385e1d 100755 --- a/sites.js +++ b/sites.js @@ -579,7 +579,6 @@ var defaultSites = { "courrier-picard.fr", "lardennais.fr", "lavoixdunord.fr", - "lecho.be", "lesoir.be", "lest-eclair.fr", "liberation-champagne.fr", @@ -590,11 +589,7 @@ var defaultSites = { "sudinfo.be" ], allow_cookies: 1, - useragent: "googlebot", - exception: [{ - domain: "lecho.be" - } - ] + useragent: "googlebot" }, "Grupo Abril": { domain: "abril.com.br", @@ -752,6 +747,9 @@ var defaultSites = { allow_cookies: 1, block_regex: /\.tinypass\.com\// }, + "L'Écho": { + domain: "lecho.be" + }, "L'Express": { domain: "lexpress.fr", allow_cookies: 1,