mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Add Seeking Alpha
This commit is contained in:
parent
92a7de43e5
commit
51b9356f98
3 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,7 @@
|
|||
[MIT Sloan Management Review](https://sloanreview.mit.edu) -
|
||||
[Modern Healthcare](https://www.modernhealthcare.com) -
|
||||
[Quartz](https://qz.com) -
|
||||
[Seeking Alpha](https://seekingalpha.com) -
|
||||
[The Business Journals](https://www.bizjournals.com) -
|
||||
[The Wall Street Journal](https://www.wsj.com)
|
||||
##### Sports
|
||||
|
@ -170,7 +171,7 @@
|
|||
[De Tijd](https://www.tijd.be) -
|
||||
[Groene Amsterdammer](https://www.groene.nl) -
|
||||
[Het Financieel Dagblad](https://fd.nl) -
|
||||
[Humo.be]{https://www.humo.be} -
|
||||
[Humo.be](https://www.humo.be) -
|
||||
[Leeuwarder Courant](https://www.lc.nl) -
|
||||
[NRC Handelsblad](https://www.nrc.nl) -
|
||||
[Parool](https://www.parool.nl) -
|
||||
|
|
|
@ -47,6 +47,7 @@ var allow_cookies = [
|
|||
'prime.economictimes.indiatimes.com',
|
||||
'quora.com',
|
||||
'scribd.com',
|
||||
'seekingalpha.com',
|
||||
'techinasia.com',
|
||||
'telegraph.co.uk',
|
||||
'the-american-interest.com',
|
||||
|
@ -106,6 +107,7 @@ const use_google_bot = [
|
|||
'ntnews.com.au',
|
||||
'prime.economictimes.indiatimes.com',
|
||||
'quora.com',
|
||||
'seekingalpha.com',
|
||||
'telegraph.co.uk',
|
||||
'theathletic.com',
|
||||
'theaustralian.com.au',
|
||||
|
|
1
sites.js
1
sites.js
|
@ -100,6 +100,7 @@ var defaultSites =
|
|||
"San Francisco Chronicle": "sfchronicle.com",
|
||||
"Scientific American (free articles only)": "scientificamerican.com",
|
||||
"Scribd (documents only)": "scribd.com",
|
||||
"Seeking Alpha": "seekingalpha.com",
|
||||
"SOFREP": "sofrep.com",
|
||||
"Statista": "statista.com",
|
||||
"SunSentinel": "sun-sentinel.com",
|
||||
|
|
Loading…
Reference in a new issue