mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 04:04:26 +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)\
|
||||
[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)\
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -55,7 +55,8 @@ const allowCookies = [
|
||||
'wired.com',
|
||||
'nzz.ch',
|
||||
'handelsblatt.com',
|
||||
'thehindu.com'
|
||||
'thehindu.com',
|
||||
'financialpost.com'
|
||||
];
|
||||
|
||||
// Removes cookies after page load
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user