diff --git a/README.md b/README.md index 32c8195..a99f81c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The Morning Call (mcall.com)\ The Nation (thenation.com)\ The New York Times (nytimes.com)\ The New Yorker (newyorker.com)\ +TheMarker (themarker.com)\ OrlandoSentinel (orlandosentinel.com)\ Quora (quora.com)\ SunSentinel (sun-sentinel.com)\ diff --git a/background.js b/background.js index 7584c30..7209c5b 100644 --- a/background.js +++ b/background.js @@ -15,6 +15,7 @@ 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', diff --git a/options.js b/options.js index 866dcca..e48ca86 100644 --- a/options.js +++ b/options.js @@ -13,6 +13,7 @@ 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',