mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 02:54:16 +01:00
Add LesEchos.fr
Already in Chrome extension.
This commit is contained in:
parent
ebb83cc7f4
commit
7766b4ae74
4 changed files with 8 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
||||||
[Le Monde](https://www.lemonde.fr)\
|
[Le Monde](https://www.lemonde.fr)\
|
||||||
[Le Parisien](http://www.leparisien.fr)\
|
[Le Parisien](http://www.leparisien.fr)\
|
||||||
[Le Temps](https://www.letemps.ch)\
|
[Le Temps](https://www.letemps.ch)\
|
||||||
|
[Les Échos](https://www.lesechos.fr)\
|
||||||
[London Review of Books](https://www.lrb.co.uk)\
|
[London Review of Books](https://www.lrb.co.uk)\
|
||||||
[Los Angeles Times](https://www.latimes.com)\
|
[Los Angeles Times](https://www.latimes.com)\
|
||||||
[Medium](https://www.medium.com)\
|
[Medium](https://www.medium.com)\
|
||||||
|
|
|
@ -38,6 +38,7 @@ var defaultSites = {
|
||||||
'Le Monde': 'lemonde.fr',
|
'Le Monde': 'lemonde.fr',
|
||||||
'Le Parisien': 'leparisien.fr',
|
'Le Parisien': 'leparisien.fr',
|
||||||
'Le Temps': 'letemps.ch',
|
'Le Temps': 'letemps.ch',
|
||||||
|
'Les Echos': 'lesechos.fr',
|
||||||
'London Review of Books': 'lrb.co.uk',
|
'London Review of Books': 'lrb.co.uk',
|
||||||
'Los Angeles Times': 'latimes.com',
|
'Los Angeles Times': 'latimes.com',
|
||||||
'Medium': 'medium.com',
|
'Medium': 'medium.com',
|
||||||
|
@ -123,6 +124,7 @@ const allow_cookies = [
|
||||||
'harpers.org',
|
'harpers.org',
|
||||||
'hbr.org',
|
'hbr.org',
|
||||||
'lemonde.fr',
|
'lemonde.fr',
|
||||||
|
'lesechos.fr',
|
||||||
'letemps.ch',
|
'letemps.ch',
|
||||||
'medium.com',
|
'medium.com',
|
||||||
'mercurynews.com',
|
'mercurynews.com',
|
||||||
|
@ -168,6 +170,7 @@ const remove_cookies = [
|
||||||
'hacked.com',
|
'hacked.com',
|
||||||
'harpers.org',
|
'harpers.org',
|
||||||
'hbr.org',
|
'hbr.org',
|
||||||
|
'lesechos.fr',
|
||||||
'letemps.ch',
|
'letemps.ch',
|
||||||
'medium.com',
|
'medium.com',
|
||||||
'mercurynews.com',
|
'mercurynews.com',
|
||||||
|
|
|
@ -156,7 +156,8 @@
|
||||||
"*://*.nknews.org/*",
|
"*://*.nknews.org/*",
|
||||||
"*://*.inquirer.com/*",
|
"*://*.inquirer.com/*",
|
||||||
"*://*.indiatimes.com/*",
|
"*://*.indiatimes.com/*",
|
||||||
"*://*.leparisien.fr/*"
|
"*://*.leparisien.fr/*",
|
||||||
|
"*://*.lesechos.fr/*"
|
||||||
],
|
],
|
||||||
"version": "1.6.3"
|
"version": "1.6.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,8 +34,10 @@ var defaultSites = {
|
||||||
'Investors Chronicle': 'investorschronicle.co.uk',
|
'Investors Chronicle': 'investorschronicle.co.uk',
|
||||||
'La Repubblica': 'repubblica.it',
|
'La Repubblica': 'repubblica.it',
|
||||||
'Le Monde': 'lemonde.fr',
|
'Le Monde': 'lemonde.fr',
|
||||||
|
'Les Echos': 'lesechos.fr',
|
||||||
'Le Parisien': 'leparisien.fr',
|
'Le Parisien': 'leparisien.fr',
|
||||||
'Le Temps': 'letemps.ch',
|
'Le Temps': 'letemps.ch',
|
||||||
|
'Les Echos': 'lesechos.fr',
|
||||||
'London Review of Books': 'lrb.co.uk',
|
'London Review of Books': 'lrb.co.uk',
|
||||||
'Los Angeles Times': 'latimes.com',
|
'Los Angeles Times': 'latimes.com',
|
||||||
'Medium': 'medium.com',
|
'Medium': 'medium.com',
|
||||||
|
|
Loading…
Reference in a new issue