diff --git a/README.md b/README.md index 82f9f07..2cca85f 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ Grouped in options:\ [L'Équipe](https://www.lequipe.fr) - [L'Express](https://www.lexpress.fr) - [L'Humanité](https://www.humanite.fr) - +[L'Informé](https://www.linforme.com) - [L'Obs](https://www.nouvelobs.com) - [L'Oeil de la Photographie (fr/en)](https://loeildelaphotographie.com) - [L'Usine Nouvelle](https://www.usinenouvelle.com) - diff --git a/changelog.txt b/changelog.txt index fca4066..47c609a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release +Add L'Informe (fr) Fix Koelner Stadt-Anzeiger Fix Leaky Paywall (identify site) Fix LesEchos.fr (json) diff --git a/manifest.json b/manifest.json index 9d43904..b6714fa 100644 --- a/manifest.json +++ b/manifest.json @@ -390,6 +390,7 @@ "*://*.liberation-champagne.fr/*", "*://*.limburger.nl/*", "*://*.lindependant.fr/*", + "*://*.linforme.com/*", "*://*.livelaw.in/*", "*://*.livemint.com/*", "*://*.ln-online.de/*", @@ -731,5 +732,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.0.4.5" + "version": "3.0.4.6" } diff --git a/sites.js b/sites.js index 2c4a88c..fd4a167 100644 --- a/sites.js +++ b/sites.js @@ -1040,6 +1040,11 @@ var defaultSites = { allow_cookies: 1, block_regex: /\.qiota\.com\// }, + "L'Informé": { + domain: "linforme.com", + allow_cookies: 1, + useragent: "googlebot" + }, "L'Obs": { domain: "nouvelobs.com", allow_cookies: 1, diff --git a/sites_updated.json b/sites_updated.json index 11d732b..1f372fb 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -71,6 +71,11 @@ "allow_cookies": 1, "cs_code": "[{\"cond\":\"div.paywalled-content\",\"rm_attrib\":\"class\",\"elems\":[{\"cond\":\"div.dm-paywall-wrapper\",\"rm_elem\":1}]}]" }, + "L'Informé": { + "domain": "linforme.com", + "allow_cookies": 1, + "useragent": "googlebot" + }, "Los Angeles Times": { "domain": "latimes.com", "block_regex": "\\.californiatimes\\.com\\/meteringjs"