mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Add L'Informe (fr)
This commit is contained in:
parent
be3e1100d6
commit
0aa48cdc93
5 changed files with 14 additions and 1 deletions
|
@ -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) -
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
5
sites.js
5
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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue