From 986bffe4316116158a099f92f60d1f68715686fb Mon Sep 17 00:00:00 2001 From: Manmeet Gill Date: Sun, 26 Aug 2018 09:59:06 +1000 Subject: [PATCH] Add new statesman --- README.md | 1 + background.js | 1 + changelog.txt | 1 + options.js | 1 + 4 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8df0332..9f14844 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ The Boston Globe (bostonglobe.com)\ The Mercury News (mercurynews.com)\ The Morning Call (mcall.com)\ The Nation (thenation.com)\ +The New Statesman (newstatesman.com)\ The New York Times (nytimes.com)\ The New Yorker (newyorker.com)\ The Seattle Times (seattletimes.com)\ diff --git a/background.js b/background.js index cc1d575..2feafc4 100644 --- a/background.js +++ b/background.js @@ -31,6 +31,7 @@ var defaultSites = { 'The Mercury News': 'mercurynews.com', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', + 'The New Statesman': 'newstatesman.com', 'The New York Times': 'nytimes.com', 'The New Yorker': 'newyorker.com', 'OrlandoSentinel': 'orlandosentinel.com', diff --git a/changelog.txt b/changelog.txt index b35df41..0c93f0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-08-26 v1.2.10: Added The New Statesman 2018-07-04 v1.2.9: Added The Denver Post (denverpost.com, note: need to turn off uBlock for this site) 2018-06-26 v1.2.8: Bug fixes (washingtonpost.com) 2018-06-08 v1.2.7: Added Wired (wired.com) diff --git a/options.js b/options.js index 457cb51..a78d95a 100644 --- a/options.js +++ b/options.js @@ -29,6 +29,7 @@ var defaultSites = { 'The Mercury News': 'mercurynews.com', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', + 'The New Statesman': 'newstatesman.com', 'The New York Times': 'nytimes.com', 'The New Yorker': 'newyorker.com', 'OrlandoSentinel': 'orlandosentinel.com',