diff --git a/background.js b/background.js index 7209c5b2..60b96abc 100644 --- a/background.js +++ b/background.js @@ -15,7 +15,6 @@ var defaultSites = { 'Glassdoor': 'glassdoor.com', 'Haaretz': 'haaretz.co.il', 'Haaretz English': 'haaretz.com', - 'TheMarker': 'themarker.com', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', 'Het Financieele Dagblad': 'fd.nl', @@ -36,6 +35,7 @@ var defaultSites = { 'OrlandoSentinel': 'orlandosentinel.com', 'Quora': 'quora.com', 'SunSentinel': 'sun-sentinel.com', + 'TheMarker': 'themarker.com', 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', 'The Washington Post': 'washingtonpost.com', @@ -228,4 +228,4 @@ browser.webRequest.onCompleted.addListener(function(details) { } }, { urls: [""] -}); \ No newline at end of file +});