Add qz.com

This commit is contained in:
ghost 2019-09-29 18:18:59 -07:00
parent ccc50dba28
commit 5fe7d7c40f
4 changed files with 6 additions and 1 deletions

View file

@ -46,6 +46,7 @@
[Orange County Register](https://www.ocregister.com)\ [Orange County Register](https://www.ocregister.com)\
[Orlando Sentinel](https://www.orlandosentinel.com)\ [Orlando Sentinel](https://www.orlandosentinel.com)\
[Palo Alto Online](https://www.paloaltoonline.com)\ [Palo Alto Online](https://www.paloaltoonline.com)\
[Quartz](https://qz.com)\
[Quora](https://www.quora.com)\ [Quora](https://www.quora.com)\
[Statista](https://www.statista.com)\ [Statista](https://www.statista.com)\
[SunSentinel](https://www.sun-sentinel.com)\ [SunSentinel](https://www.sun-sentinel.com)\

View file

@ -43,6 +43,7 @@ var defaultSites = {
'Orange County Register': 'ocregister.com', 'Orange County Register': 'ocregister.com',
'Orlando Sentinel': 'orlandosentinel.com', 'Orlando Sentinel': 'orlandosentinel.com',
'Palo Alto Online': 'paloaltoonline.com', 'Palo Alto Online': 'paloaltoonline.com',
'Quartz': 'qz.com',
'Quora': 'quora.com', 'Quora': 'quora.com',
'Statista': 'statista.com', 'Statista': 'statista.com',
'SunSentinel': 'sun-sentinel.com', 'SunSentinel': 'sun-sentinel.com',
@ -145,6 +146,7 @@ const remove_cookies = [
'latimes.com', 'latimes.com',
'theatlantic.com', 'theatlantic.com',
'chicagobusiness.com', 'chicagobusiness.com',
'qz.com',
] ]
// Override User-Agent with Googlebot // Override User-Agent with Googlebot

View file

@ -120,7 +120,8 @@
"*://*.vanityfair.com/*", "*://*.vanityfair.com/*",
"*://*.wired.com/*", "*://*.wired.com/*",
"*://*.thediplomat.com/*", "*://*.thediplomat.com/*",
"*://*.theatlantic.com/*" "*://*.theatlantic.com/*",
"*://*.qz.com/*"
], ],
"version": "1.5.9" "version": "1.5.9"
} }

View file

@ -41,6 +41,7 @@ var defaultSites = {
'Orange County Register': 'ocregister.com', 'Orange County Register': 'ocregister.com',
'Orlando Sentinel': 'orlandosentinel.com', 'Orlando Sentinel': 'orlandosentinel.com',
'Palo Alto Online': 'paloaltoonline.com', 'Palo Alto Online': 'paloaltoonline.com',
'Quartz': 'qz.com',
'Quora': 'quora.com', 'Quora': 'quora.com',
'Statista': 'statista.com', 'Statista': 'statista.com',
'SunSentinel': 'sun-sentinel.com', 'SunSentinel': 'sun-sentinel.com',