From d3a3ce213ee019aa0d29878dc31183768c0a3049 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Thu, 30 Jan 2020 18:01:37 +0100 Subject: [PATCH] Add The Daily Beast --- README.md | 3 ++- background.js | 1 + sites.json | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3125e71..b31eae7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ [Scientific American](https://www.scientificamerican.com)* ##### Blogs [Medium](https://www.medium.com) (all sites) - -[SofRep](https://sofrep.com) +[SofRep](https://sofrep.com) - +[The Daily Beast](https://www.thedailybeast.com) ##### Local US news [Baltimore Sun](baltimoresun.com) - diff --git a/background.js b/background.js index 5790b6b..3fcbbcd 100644 --- a/background.js +++ b/background.js @@ -137,6 +137,7 @@ var blockedRegexes = { 'nzherald.co.nz': /nzherald\.co\.nz\/.+\/headjs\/.+\.js/, 'sloanreview.mit.edu': /.+\.tinypass\.com\/.+/, 'spectator.co.uk': /.+\.tinypass\.com\/.+/, +'thedailybeast.com': /.+\.tinypass\.com\/.+/, 'theglobeandmail.com': /theglobeandmail\.com\/pb\/resources\/scripts\/build\/chunk-bootstraps\/.+\.js/, 'thenation.com': /thenation\.com\/.+\/paywall-script\.php/, 'valeursactuelles.com': /.+\.poool\.fr\/.+/ diff --git a/sites.json b/sites.json index 86e5e55..4d6800c 100644 --- a/sites.json +++ b/sites.json @@ -103,6 +103,7 @@ "The Business Journals": "bizjournals.com", "The Canberra Times": "canberratimes.com.au", "The Courier-Mail": "couriermail.com.au", + "The Daily Beast (free articles only)": "thedailybeast.com", "The Daily Telegraph": "dailytelegraph.com.au", "The Denver Post": "denverpost.com", "The Diplomat": "thediplomat.com",