From 01444be4f42f0c0fd2490d27e335db8cb13087ed Mon Sep 17 00:00:00 2001 From: Ittussarom Retals Mail Ynohtna <52163910+TheTechRobo@users.noreply.github.com> Date: Thu, 15 Oct 2020 13:48:46 -0400 Subject: [PATCH] Add Staples and Zehrs and Canada Computers and System76 --- js/site-list.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/js/site-list.js b/js/site-list.js index 5fee2a5..986ce73 100644 --- a/js/site-list.js +++ b/js/site-list.js @@ -15,6 +15,7 @@ const siteList = [ 'amazon.co.uk', 'bestbuy.com', 'bhphotovideo.com', + 'canadacomputers.com', 'ebay.com', 'ebay.com.au', 'ebay.at', @@ -33,7 +34,10 @@ const siteList = [ 'etsy.com', 'walmart.com', 'maycs.com', + 'staples.com', + 'staples.ca', 'swappa.com', + 'system76.com', 'target.com', 'aliexpress.com', 'newegg.com', @@ -41,5 +45,6 @@ const siteList = [ 'gearbest.com', 'flipkart.com', 'qvc.com', - 'shopping.google.com' -] \ No newline at end of file + 'shopping.google.com', + 'zehrs.ca' +]