mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:07:47 +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 Parisien](http://www.leparisien.fr)\
|
||||
[Le Temps](https://www.letemps.ch)\
|
||||
[Les Échos](https://www.lesechos.fr)\
|
||||
[London Review of Books](https://www.lrb.co.uk)\
|
||||
[Los Angeles Times](https://www.latimes.com)\
|
||||
[Medium](https://www.medium.com)\
|
||||
|
|
|
@ -38,6 +38,7 @@ var defaultSites = {
|
|||
'Le Monde': 'lemonde.fr',
|
||||
'Le Parisien': 'leparisien.fr',
|
||||
'Le Temps': 'letemps.ch',
|
||||
'Les Echos': 'lesechos.fr',
|
||||
'London Review of Books': 'lrb.co.uk',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
'Medium': 'medium.com',
|
||||
|
@ -123,6 +124,7 @@ const allow_cookies = [
|
|||
'harpers.org',
|
||||
'hbr.org',
|
||||
'lemonde.fr',
|
||||
'lesechos.fr',
|
||||
'letemps.ch',
|
||||
'medium.com',
|
||||
'mercurynews.com',
|
||||
|
@ -168,6 +170,7 @@ const remove_cookies = [
|
|||
'hacked.com',
|
||||
'harpers.org',
|
||||
'hbr.org',
|
||||
'lesechos.fr',
|
||||
'letemps.ch',
|
||||
'medium.com',
|
||||
'mercurynews.com',
|
||||
|
|
|
@ -156,7 +156,8 @@
|
|||
"*://*.nknews.org/*",
|
||||
"*://*.inquirer.com/*",
|
||||
"*://*.indiatimes.com/*",
|
||||
"*://*.leparisien.fr/*"
|
||||
"*://*.leparisien.fr/*",
|
||||
"*://*.lesechos.fr/*"
|
||||
],
|
||||
"version": "1.6.3"
|
||||
}
|
||||
|
|
|
@ -34,8 +34,10 @@ var defaultSites = {
|
|||
'Investors Chronicle': 'investorschronicle.co.uk',
|
||||
'La Repubblica': 'repubblica.it',
|
||||
'Le Monde': 'lemonde.fr',
|
||||
'Les Echos': 'lesechos.fr',
|
||||
'Le Parisien': 'leparisien.fr',
|
||||
'Le Temps': 'letemps.ch',
|
||||
'Les Echos': 'lesechos.fr',
|
||||
'London Review of Books': 'lrb.co.uk',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
'Medium': 'medium.com',
|
||||
|
|
Loading…
Reference in a new issue