mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Add LeSoir.be & Fix-update LesEchos.fr (lp-ver.)
Plus maintenance background.js
This commit is contained in:
parent
959c224365
commit
76f884625e
4 changed files with 13 additions and 8 deletions
|
@ -154,10 +154,10 @@ Install add-on by downloading xpi-file.
|
|||
[Western Advocate](https://www.westernadvocate.com.au)
|
||||
|
||||
#### Canada
|
||||
[National Post](https://www.nationalpost.com) -
|
||||
[Le Devoir](https://www.ledevoir.com) -
|
||||
[The Toronto Star](https://www.thestar.com) -
|
||||
[The Globe and Mail](https://www.theglobeandmail.com)
|
||||
[National Post](https://www.nationalpost.com) -
|
||||
[The Globe and Mail](https://www.theglobeandmail.com) -
|
||||
[The Toronto Star](https://www.thestar.com)
|
||||
|
||||
#### Europe
|
||||
##### United Kingdom/Ireland
|
||||
|
@ -182,6 +182,7 @@ Install add-on by downloading xpi-file.
|
|||
[Le Journal du Dimanche](https://lejdd.fr) –
|
||||
[Le Journal du Net](https://www.journaldunet.com) -
|
||||
[Le Parisien](https://www.leparisien.fr) -
|
||||
[Le Soir](https://plus.lesoir.be) -
|
||||
[Les Échos](https://www.lesechos.fr) -
|
||||
[Libération](https://www.liberation.fr)* –
|
||||
[Science & Vie](https://www.science-et-vie.com) -
|
||||
|
|
|
@ -44,6 +44,7 @@ var allow_cookies = [
|
|||
'intelligentinvestor.com.au',
|
||||
'knack.be',
|
||||
'lc.nl',
|
||||
'lesoir.be',
|
||||
'lrb.co.uk',
|
||||
'mexiconewsdaily.com',
|
||||
'modernhealthcare.com',
|
||||
|
@ -112,6 +113,7 @@ var use_google_bot_default = [
|
|||
'haaretz.com',
|
||||
'handelsblatt.com',
|
||||
'intelligentinvestor.com.au',
|
||||
'lesoir.be',
|
||||
'mexiconewsdaily.com',
|
||||
'miamiherald.com',
|
||||
'nzz.ch',
|
||||
|
@ -138,12 +140,12 @@ var blockedRegexes = {
|
|||
'belfasttelegraph.co.uk': /cdn\.flip-pay\.com\/clients\/inm\/flip-pay\.js/,
|
||||
'bloomberg.com': /.+\.tinypass\.com\/.+/,
|
||||
'bostonglobe.com': /meter\.bostonglobe\.com\/js\/.+/,
|
||||
'businessinsider.com': /(.+\.tinypass\.com\/.+|cdn\.onesignal\.com\/sdks\/.+\.js)/,
|
||||
'businessinsider.com': /.+\.tinypass\.com\/.+/,
|
||||
'challenges.fr': /.+\.poool\.fr\/.+/,
|
||||
'chicagobusiness.com': /.+\.tinypass\.com\/.+/,
|
||||
'chicagotribune.com': /.+:\/\/.+\.tribdss\.com\/.+/,
|
||||
'clarin.com': /js\.matheranalytics\.com\/.+/,
|
||||
'corriere.it': /(\.rcsobjects\.it\/rcs_cpmt\/|\.rcsobjects\.it\/rcs_tracking-service\/|\.corriereobjects\.it\/.+\/js\/_paywall\.sjs|\.corriereobjects\.it\/.*\/js\/tracking\/|\.userzoom\.com\/files\/js\/|\.lp4\.io\/app\/)/,
|
||||
'corriere.it': /(\.rcsobjects\.it\/(rcs_cpmt|rcs_tracking-service)\/|\.corriereobjects\.it\/.+\/js\/(_paywall\.sjs|tracking\/)|\.userzoom\.com\/files\/js\/|\.lp4\.io\/app\/)/,
|
||||
'digiday.com': /.+\.tinypass\.com\/.+/,
|
||||
'economist.com': /(.+\.tinypass\.com\/.+|economist\.com\/engassets\/_next\/static\/chunks\/framework.+\.js)/,
|
||||
'estadao.com.br': /acesso\.estadao\.com\.br\/paywall\/.+\/pw\.js/,
|
||||
|
@ -317,7 +319,7 @@ ext_api.runtime.onInstalled.addListener(function (details) {
|
|||
if (details.reason == "install") {
|
||||
setDefaultOptions();
|
||||
} else if (details.reason == "update") {
|
||||
setDefaultOptions(); // User updated extension
|
||||
ext_api.runtime.openOptionsPage(); // User updated extension
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -141,7 +141,9 @@
|
|||
"*://*.journaldunet.com/*",
|
||||
"*://*.leparisien.fr/*",
|
||||
"*://*.lescienze.it/*",
|
||||
"*://*.lesechos.fr (free articles only)/*",
|
||||
"*://*.lesechos.com/*",
|
||||
"*://*.lesechos.fr/*",
|
||||
"*://*.lesoir.be/*",
|
||||
"*://*.liberation.fr/*",
|
||||
"*://*.livemint.com/*",
|
||||
"*://*.loebclassics.com/*",
|
||||
|
@ -261,7 +263,6 @@
|
|||
"*://*.lightboxcdn.com/*",
|
||||
"*://*.lp4.io/*",
|
||||
"*://*.nyt.com/*",
|
||||
"*://*.onesignal.com/*",
|
||||
"*://*.rcsobjects.it/*",
|
||||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*",
|
||||
|
|
1
sites.js
1
sites.js
|
@ -82,6 +82,7 @@ var defaultSites =
|
|||
"Le Journal du Net": "journaldunet.com",
|
||||
"Le Parisien": "leparisien.fr",
|
||||
"Le Scienze": "lescienze.it",
|
||||
"Le Soir": "lesoir.be",
|
||||
"Leeuwarder Courant": "lc.nl",
|
||||
"Les Échos": "lesechos.fr",
|
||||
"Libération (free articles only)": "liberation.fr",
|
||||
|
|
Loading…
Reference in a new issue