From 5fe7d7c40f08fc815f85f29a831c81d8a236b2a0 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 29 Sep 2019 18:18:59 -0700 Subject: [PATCH] Add qz.com --- README.md | 1 + background.js | 2 ++ manifest.json | 3 ++- options.js | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 396c9d3..da6ef1d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ [Orange County Register](https://www.ocregister.com)\ [Orlando Sentinel](https://www.orlandosentinel.com)\ [Palo Alto Online](https://www.paloaltoonline.com)\ +[Quartz](https://qz.com)\ [Quora](https://www.quora.com)\ [Statista](https://www.statista.com)\ [SunSentinel](https://www.sun-sentinel.com)\ diff --git a/background.js b/background.js index 38460a6..89e4f3a 100644 --- a/background.js +++ b/background.js @@ -43,6 +43,7 @@ var defaultSites = { 'Orange County Register': 'ocregister.com', 'Orlando Sentinel': 'orlandosentinel.com', 'Palo Alto Online': 'paloaltoonline.com', + 'Quartz': 'qz.com', 'Quora': 'quora.com', 'Statista': 'statista.com', 'SunSentinel': 'sun-sentinel.com', @@ -145,6 +146,7 @@ const remove_cookies = [ 'latimes.com', 'theatlantic.com', 'chicagobusiness.com', +'qz.com', ] // Override User-Agent with Googlebot diff --git a/manifest.json b/manifest.json index f772eb9..1f58a10 100644 --- a/manifest.json +++ b/manifest.json @@ -120,7 +120,8 @@ "*://*.vanityfair.com/*", "*://*.wired.com/*", "*://*.thediplomat.com/*", - "*://*.theatlantic.com/*" + "*://*.theatlantic.com/*", + "*://*.qz.com/*" ], "version": "1.5.9" } diff --git a/options.js b/options.js index f44583f..694161e 100644 --- a/options.js +++ b/options.js @@ -41,6 +41,7 @@ var defaultSites = { 'Orange County Register': 'ocregister.com', 'Orlando Sentinel': 'orlandosentinel.com', 'Palo Alto Online': 'paloaltoonline.com', + 'Quartz': 'qz.com', 'Quora': 'quora.com', 'Statista': 'statista.com', 'SunSentinel': 'sun-sentinel.com',