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)\ [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)\

View File

@ -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"
} }

View File

@ -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

View File

@ -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',