diff --git a/README.md b/README.md index ddfbc5b..396c9d3 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ [SunSentinel](https://www.sun-sentinel.com)\ [The Advocate](https://www.theadvocate.com.au)\ [The Age](https://www.theage.com.au)\ +[The Atlantic](https://www.theatlantic.com)\ [The Australian](https://www.theaustralian.com.au)\ [The Australian Financial Review](https://www.afr.com)\ [The Boston Globe](https://www.bostonglobe.com)\ diff --git a/background.js b/background.js index b8ee990..8b6ad5f 100644 --- a/background.js +++ b/background.js @@ -48,6 +48,7 @@ var defaultSites = { 'SunSentinel': 'sun-sentinel.com', 'The Advocate': 'theadvocate.com.au', 'The Age': 'theage.com.au', + 'The Atlantic': 'theatlantic.com', 'The Australian': 'theaustralian.com.au', 'The Australian Financial Review': 'afr.com', 'The Boston Globe': 'bostonglobe.com', @@ -142,6 +143,7 @@ const remove_cookies = [ 'handelsblatt.com', 'thediplomat.com', 'latimes.com', +'theatlantic.com', ] // Override User-Agent with Googlebot diff --git a/manifest.json b/manifest.json index 365e213..f772eb9 100644 --- a/manifest.json +++ b/manifest.json @@ -119,7 +119,8 @@ "*://*.towardsdatascience.com/*", "*://*.vanityfair.com/*", "*://*.wired.com/*", - "*://*.thediplomat.com/*" + "*://*.thediplomat.com/*", + "*://*.theatlantic.com/*" ], "version": "1.5.9" } diff --git a/options.js b/options.js index 68db24e..f44583f 100644 --- a/options.js +++ b/options.js @@ -46,6 +46,7 @@ var defaultSites = { 'SunSentinel': 'sun-sentinel.com', 'The Advocate': 'theadvocate.com.au', 'The Age': 'theage.com.au', + 'The Atlantic': 'theatlantic.com', 'The Australian': 'theaustralian.com.au', 'The Australian Financial Review (javascript disabled)': 'afr.com', 'The Boston Globe (javascript disabled)': 'bostonglobe.com',