mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-03 07:54:31 +02:00
Added Financialpost.com under one PR (#931)
This commit is contained in:
parent
87a1a77d39
commit
859ca5cfa0
@ -55,6 +55,7 @@
|
|||||||
[Estadão](https://www.estadao.com.br)\
|
[Estadão](https://www.estadao.com.br)\
|
||||||
[Examiner](https://www.examiner.com.au)\
|
[Examiner](https://www.examiner.com.au)\
|
||||||
[Financial News](https://www.fnlondon.com)\
|
[Financial News](https://www.fnlondon.com)\
|
||||||
|
[Financial Post](https://www.financialpost.com)\
|
||||||
[Financial Times](https://www.ft.com)\
|
[Financial Times](https://www.ft.com)\
|
||||||
[First Things](https://www.firstthings.com)\
|
[First Things](https://www.firstthings.com)\
|
||||||
[Foreign Policy](https://www.foreignpolicy.com)\
|
[Foreign Policy](https://www.foreignpolicy.com)\
|
||||||
|
@ -55,7 +55,8 @@
|
|||||||
"*://*.volkskrant.nl/*",
|
"*://*.volkskrant.nl/*",
|
||||||
"*://*.washingtonpost.com/*",
|
"*://*.washingtonpost.com/*",
|
||||||
"*://*.wsj.com/*",
|
"*://*.wsj.com/*",
|
||||||
"*://*.hbr.org/*"
|
"*://*.hbr.org/*",
|
||||||
|
"*://*.financialpost.com/*"
|
||||||
],
|
],
|
||||||
"js": ["src/js/contentScript.js"]
|
"js": ["src/js/contentScript.js"]
|
||||||
}
|
}
|
||||||
@ -235,6 +236,7 @@
|
|||||||
"*://*.netdna-ssl.com/*",
|
"*://*.netdna-ssl.com/*",
|
||||||
"*://*.startribune.com/*",
|
"*://*.startribune.com/*",
|
||||||
"*://*.df.cl/*"
|
"*://*.df.cl/*"
|
||||||
|
"*://*.financialpost.com/*"
|
||||||
],
|
],
|
||||||
"version": "1.7.6"
|
"version": "1.7.6"
|
||||||
}
|
}
|
||||||
|
@ -55,7 +55,8 @@ const allowCookies = [
|
|||||||
'wired.com',
|
'wired.com',
|
||||||
'nzz.ch',
|
'nzz.ch',
|
||||||
'handelsblatt.com',
|
'handelsblatt.com',
|
||||||
'thehindu.com'
|
'thehindu.com',
|
||||||
|
'financialpost.com'
|
||||||
];
|
];
|
||||||
|
|
||||||
// Removes cookies after page load
|
// Removes cookies after page load
|
||||||
|
@ -30,6 +30,7 @@ const defaultSites = {
|
|||||||
'Estadão': 'estadao.com.br',
|
'Estadão': 'estadao.com.br',
|
||||||
'Examiner': 'examiner.com.au',
|
'Examiner': 'examiner.com.au',
|
||||||
'Financial News': 'fnlondon.com',
|
'Financial News': 'fnlondon.com',
|
||||||
|
'Financial Post':'financialpost.com',
|
||||||
'Financial Times': 'ft.com',
|
'Financial Times': 'ft.com',
|
||||||
'First Things': 'firstthings.com',
|
'First Things': 'firstthings.com',
|
||||||
'Foreign Policy': 'foreignpolicy.com',
|
'Foreign Policy': 'foreignpolicy.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user