Added Financialpost.com under one PR (#931)

This commit is contained in:
Taha 2020-10-03 13:26:07 -04:00 committed by Adam
parent 87a1a77d39
commit 859ca5cfa0
4 changed files with 7 additions and 2 deletions

View File

@ -55,6 +55,7 @@
[Estadão](https://www.estadao.com.br)\
[Examiner](https://www.examiner.com.au)\
[Financial News](https://www.fnlondon.com)\
[Financial Post](https://www.financialpost.com)\
[Financial Times](https://www.ft.com)\
[First Things](https://www.firstthings.com)\
[Foreign Policy](https://www.foreignpolicy.com)\

View File

@ -55,7 +55,8 @@
"*://*.volkskrant.nl/*",
"*://*.washingtonpost.com/*",
"*://*.wsj.com/*",
"*://*.hbr.org/*"
"*://*.hbr.org/*",
"*://*.financialpost.com/*"
],
"js": ["src/js/contentScript.js"]
}
@ -235,6 +236,7 @@
"*://*.netdna-ssl.com/*",
"*://*.startribune.com/*",
"*://*.df.cl/*"
"*://*.financialpost.com/*"
],
"version": "1.7.6"
}

View File

@ -55,7 +55,8 @@ const allowCookies = [
'wired.com',
'nzz.ch',
'handelsblatt.com',
'thehindu.com'
'thehindu.com',
'financialpost.com'
];
// Removes cookies after page load

View File

@ -30,6 +30,7 @@ const defaultSites = {
'Estadão': 'estadao.com.br',
'Examiner': 'examiner.com.au',
'Financial News': 'fnlondon.com',
'Financial Post':'financialpost.com',
'Financial Times': 'ft.com',
'First Things': 'firstthings.com',
'Foreign Policy': 'foreignpolicy.com',