From 4b2d784b03cc471651ac163272e33c33c8d942ad Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 10 Dec 2019 19:05:49 +0100 Subject: [PATCH] WSJ restrictions (only articles) Like Barron's. --- background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index 3e69d93a..cc7b6b42 100644 --- a/background.js +++ b/background.js @@ -99,7 +99,8 @@ var defaultSites = { }; const restrictions = { - 'barrons.com': 'barrons.com/articles' + 'barrons.com': 'barrons.com/articles', + 'wsj.com': 'wsj.com/articles' } // Don't remove cookies before page load