From c401dbb12323ab042c0959b8e3985c0768b9cafb Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 23 Aug 2019 21:35:22 -0700 Subject: [PATCH] Remove bostonglobe.com --- README.md | 1 - background.js | 3 --- options.js | 1 - 3 files changed, 5 deletions(-) diff --git a/README.md b/README.md index e4895e0a..4e1f007b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ [The Age](https://www.theage.com.au)\ [The Australian](https://www.theaustralian.com.au)\ [The Australian Financial Review](https://www.afr.com)\ -[The Boston Globe](https://www.bostonglobe.com)\ [The Business Journals](https://www.bizjournals.com)\ [The Diplomat](https://www.thediplomat.com)\ [The Globe and Mail](https://www.theglobeandmail.com)\ diff --git a/background.js b/background.js index 50e22683..c3e5a99a 100644 --- a/background.js +++ b/background.js @@ -51,7 +51,6 @@ var defaultSites = { 'The Age': 'theage.com.au', 'The Australian': 'theaustralian.com.au', 'The Australian Financial Review': 'afr.com', - 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Diplomat': 'thediplomat.com', 'The Globe and Mail': 'theglobeandmail.com', @@ -90,7 +89,6 @@ const allow_cookies = [ 'letemps.ch', 'mercurynews.com', 'economist.com', -'bostonglobe.com', 'denverpost.com', 'hacked.com', 'ocregister.com', @@ -116,7 +114,6 @@ const remove_cookies = [ 'mercurynews.com', 'theage.com.au', 'economist.com', -'bostonglobe.com', 'denverpost.com', 'hacked.com', 'ocregister.com', diff --git a/options.js b/options.js index ae39036b..2dd1d19a 100644 --- a/options.js +++ b/options.js @@ -49,7 +49,6 @@ var defaultSites = { 'The Age': 'theage.com.au', 'The Australian': 'theaustralian.com.au', 'The Australian Financial Review': 'afr.com', - 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Diplomat': 'thediplomat.com', 'The Globe and Mail (javascript disabled)': 'theglobeandmail.com',