diff --git a/README.md b/README.md index 08cfddf..26fa65b 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ Grouped in options:\ [Marianne](https://www.marianne.net) - [Paris Match](https://www.parismatch.com) - [Philosophie Magazine](https://www.philomag.com) - +[Pour la Science](https://www.pourlascience.fr) - [Public](https://www.public.fr) - [Revue Conflits](https://www.revueconflits.com) - [Science & Vie](https://www.science-et-vie.com) - diff --git a/changelog.txt b/changelog.txt index 4923590..e3c8790 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release +Add PourLaScience.fr Fix Inc42 (js) Fix MarketWatch (amp-redirect) Fix Outside magazines (domains obsolete) diff --git a/custom/manifest.json b/custom/manifest.json index aee3e74..86326c3 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.3.2.6" + "version": "3.3.2.7" } diff --git a/custom/sites_custom.json b/custom/sites_custom.json index 236adec..fdb6b72 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -532,6 +532,11 @@ "domain": "taxscan.in", "ld_json": "div.pmpro_content_message|div.singlepost_container>p" }, + "The-fence.com": { + "allow_cookies": 1, + "block_regex": "\\.hadrianpaywall\\.com", + "domain": "the-fence.com" + }, "The-past.com": { "domain": "the-past.com" }, diff --git a/manifest.json b/manifest.json index d0a911f..c5082ed 100644 --- a/manifest.json +++ b/manifest.json @@ -539,6 +539,7 @@ "*://*.popsci.com/*", "*://*.popularmechanics.com/*", "*://*.post-gazette.com/*", + "*://*.pourlascience.fr/*", "*://*.precisionmedicineonline.com/*", "*://*.pressenterprise.com/*", "*://*.prevention.com/*", @@ -790,5 +791,5 @@ "*://*.wyleex.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.3.2.6" + "version": "3.3.2.7" } diff --git a/sites.js b/sites.js index f6461f3..af6834c 100644 --- a/sites.js +++ b/sites.js @@ -1759,6 +1759,11 @@ var defaultSites = { allow_cookies: 1, block_regex: /\.tinypass\.com\// }, + "Pour la Science.fr": { + domain: "pourlascience.fr", + allow_cookies: 1, + block_regex: /\.qiota\.com\// + }, "Private Equity News": { domain: "penews.com", useragent: "googlebot" diff --git a/sites_updated.json b/sites_updated.json index 75b9c1e..1901da0 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -88,6 +88,12 @@ "ld_google_webcache": "div#paywall-offer|div#article-body-preview", "upd_version": "3.3.1.5" }, + "Pour la Science.fr": { + "domain": "pourlascience.fr", + "allow_cookies": 1, + "block_regex": "\\.qiota\\.com", + "upd_version": "3.3.2.7" + }, "Puck.news": { "domain": "puck.news", "allow_cookies": 1,