From cb347945261a5c2a5de08f95dd6005a712ebad00 Mon Sep 17 00:00:00 2001 From: tossj Date: Tue, 28 Aug 2018 19:15:23 -0400 Subject: [PATCH] Added thestar.com --- README.md | 3 ++- background.js | 3 ++- options.js | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d51dfd..9672b41 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ TheMarker (themarker.com)\ The Business Journals (bizjournals.com)\ The Seattle Times (seattletimes.com)\ The Sydney Morning Herald (smh.com.au)\ +The Toronto Star (thestar.com)\ The Washington Post (washingtonpost.com)\ The Wall Street Journal (wsj.com)\ Towards Data Science (towardsdatascience.com)\ @@ -58,4 +59,4 @@ Wired (wired.com) -If WSJ stops working try removing all wsj.com site cookies.\ -For The Denver Post turn off uBlock.\ --If a site doesn't work trying turning off uBlock and refreshing. \ No newline at end of file +-If a site doesn't work trying turning off uBlock and refreshing. diff --git a/background.js b/background.js index b6fd181..8af603d 100644 --- a/background.js +++ b/background.js @@ -47,6 +47,7 @@ var defaultSites = { 'TheMarker': 'themarker.com', 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', + 'The Toronto Star': 'thestar.com', 'The Washington Post': 'washingtonpost.com', 'The Wall Street Journal': 'wsj.com', 'Towards Data Science': 'towardsdatascience.com', @@ -251,4 +252,4 @@ browser.webRequest.onCompleted.addListener(function(details) { } }, { urls: [""] -}); \ No newline at end of file +}); diff --git a/options.js b/options.js index 303746d..0bf0a4b 100644 --- a/options.js +++ b/options.js @@ -45,6 +45,7 @@ var defaultSites = { 'TheMarker': 'themarker.com', 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', + 'The Toronto Star': 'thestar.com', 'The Washington Post': 'washingtonpost.com', 'The Wall Street Journal': 'wsj.com', 'Towards Data Science': 'towardsdatascience.com',