mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Add PourLaScience.fr
This commit is contained in:
parent
9dffba2774
commit
b004a0e0ff
7 changed files with 21 additions and 2 deletions
|
@ -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) -
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.3.2.6"
|
||||
"version": "3.3.2.7"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
5
sites.js
5
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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue