diff --git a/README.md b/README.md index 4ae28c7..2cffa54 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ The Age (theage.com.au)\ The Australian (theaustralian.com.au)\ The Australian Financial Review (afr.com)\ The Boston Globe (bostonglobe.com)\ +The Diplomat (thediplomat.com)\ The Globe and Mail (theglobeandmail.com)\ The Herald (theherald.com.au)\ The Japan Times (japantimes.co.jp)\ diff --git a/background.js b/background.js index 885a1c5..d3928af 100644 --- a/background.js +++ b/background.js @@ -52,6 +52,7 @@ var defaultSites = { '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', 'The Herald': 'theherald.com.au', 'The Japan Times': 'japantimes.co.jp', @@ -141,6 +142,7 @@ const remove_cookies = [ 'nationalpost.com', 'volkskrant.nl', 'handelsblatt.com', +'thediplomat.com', ] // Override User-Agent with Googlebot diff --git a/manifest.json b/manifest.json index ef973c1..030a2f1 100644 --- a/manifest.json +++ b/manifest.json @@ -119,7 +119,8 @@ "*://*.wsj.com/*", "*://*.towardsdatascience.com/*", "*://*.vanityfair.com/*", - "*://*.wired.com/*" + "*://*.wired.com/*", + "*://*.thediplomat.com/*" ], "version": "1.5.4" } \ No newline at end of file diff --git a/options.js b/options.js index 24594c0..420e94b 100644 --- a/options.js +++ b/options.js @@ -50,6 +50,7 @@ var defaultSites = { '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', 'The Herald': 'theherald.com.au', 'The Japan Times': 'japantimes.co.jp',