mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Add Lecho.be & fix LesEchos.fr (block TinyPass)
This commit is contained in:
parent
1cb9f78baf
commit
3391915745
4 changed files with 10 additions and 3 deletions
|
@ -37,6 +37,7 @@
|
||||||
[Harvard Business Review](https://www.hbr.org)\
|
[Harvard Business Review](https://www.hbr.org)\
|
||||||
[Inc.com](https://www.inc.com)\
|
[Inc.com](https://www.inc.com)\
|
||||||
[Investors Chronicle](https://www.investorschronicle.co.uk)\
|
[Investors Chronicle](https://www.investorschronicle.co.uk)\
|
||||||
|
[L'Echo](https://www.lecho.be)\
|
||||||
[La Repubblica](https://www.repubblica.it)\
|
[La Repubblica](https://www.repubblica.it)\
|
||||||
[Le Monde](https://www.lemonde.fr)\
|
[Le Monde](https://www.lemonde.fr)\
|
||||||
[Le Parisien](http://www.leparisien.fr)\
|
[Le Parisien](http://www.leparisien.fr)\
|
||||||
|
|
|
@ -33,6 +33,7 @@ var defaultSites = {
|
||||||
'Harvard Business Review': 'hbr.org',
|
'Harvard Business Review': 'hbr.org',
|
||||||
'Inc.com': 'inc.com',
|
'Inc.com': 'inc.com',
|
||||||
'Investors Chronicle': 'investorschronicle.co.uk',
|
'Investors Chronicle': 'investorschronicle.co.uk',
|
||||||
|
'L\'Echo': 'lecho.be',
|
||||||
'La Repubblica': 'repubblica.it',
|
'La Repubblica': 'repubblica.it',
|
||||||
'Le Monde': 'lemonde.fr',
|
'Le Monde': 'lemonde.fr',
|
||||||
'Le Parisien': 'leparisien.fr',
|
'Le Parisien': 'leparisien.fr',
|
||||||
|
@ -130,6 +131,7 @@ const allow_cookies = [
|
||||||
'hacked.com',
|
'hacked.com',
|
||||||
'harpers.org',
|
'harpers.org',
|
||||||
'hbr.org',
|
'hbr.org',
|
||||||
|
'lecho.be',
|
||||||
'lemonde.fr',
|
'lemonde.fr',
|
||||||
'lesechos.fr',
|
'lesechos.fr',
|
||||||
'letemps.ch',
|
'letemps.ch',
|
||||||
|
@ -183,6 +185,7 @@ const remove_cookies = [
|
||||||
'hacked.com',
|
'hacked.com',
|
||||||
'harpers.org',
|
'harpers.org',
|
||||||
'hbr.org',
|
'hbr.org',
|
||||||
|
'lecho.be',
|
||||||
'lesechos.fr',
|
'lesechos.fr',
|
||||||
'letemps.ch',
|
'letemps.ch',
|
||||||
'medium.com',
|
'medium.com',
|
||||||
|
@ -263,7 +266,8 @@ const blockedRegexes = {
|
||||||
'newcastleherald.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
'newcastleherald.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||||
'afr.com': /afr\.com\/assets\/vendorsReactRedux_client.+\.js/,
|
'afr.com': /afr\.com\/assets\/vendorsReactRedux_client.+\.js/,
|
||||||
'theglobeandmail.com': /theglobeandmail\.com\/pb\/resources\/scripts\/build\/chunk-bootstraps\/.+\.js/,
|
'theglobeandmail.com': /theglobeandmail\.com\/pb\/resources\/scripts\/build\/chunk-bootstraps\/.+\.js/,
|
||||||
'leparisien.fr': /.+\.tinypass\.com\/.+/
|
'leparisien.fr': /.+\.tinypass\.com\/.+/,
|
||||||
|
'lesechos.fr': /.+\.tinypass\.com\/.+/
|
||||||
};
|
};
|
||||||
|
|
||||||
const userAgentDesktop = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
const userAgentDesktop = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"*://*.lesechos.fr/*",
|
"*://*.lesechos.fr/*",
|
||||||
"*://*.theathletic.com/*",
|
"*://*.theathletic.com/*",
|
||||||
"*://*.techinasia.com/*",
|
"*://*.techinasia.com/*",
|
||||||
"*://*.scribd.com/*"
|
"*://*.scribd.com/*",
|
||||||
|
"*://*.lecho.be/*"
|
||||||
],
|
],
|
||||||
"version": "1.6.3"
|
"version": "1.6.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,11 +31,12 @@ var defaultSites = {
|
||||||
'Harvard Business Review': 'hbr.org',
|
'Harvard Business Review': 'hbr.org',
|
||||||
'Inc.com': 'inc.com',
|
'Inc.com': 'inc.com',
|
||||||
'Investors Chronicle': 'investorschronicle.co.uk',
|
'Investors Chronicle': 'investorschronicle.co.uk',
|
||||||
|
'L\'Echo': 'lecho.be',
|
||||||
'La Repubblica': 'repubblica.it',
|
'La Repubblica': 'repubblica.it',
|
||||||
'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',
|
'Les Echos (free articles only)': '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