From 966b838efd4b0bc4bbb893a4074de9fadc398790 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 26 Apr 2020 09:25:31 +0200 Subject: [PATCH] Fix-update WSJ (lift restrictions) After blogs-subdomain now new graphics section. --- background.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/background.js b/background.js index b9c73ca4..b433a90d 100644 --- a/background.js +++ b/background.js @@ -11,8 +11,7 @@ const restrictions = { 'barrons.com': /.+barrons\.com\/articles\/.+/, 'elcomercio.pe': /.+\/elcomercio.pe\/.+((\w)+(\-)+){3,}.+/, 'gestion.pe': /.+\/gestion.pe\/.+((\w)+(\-)+){3,}.+/, - 'quora.com': /^((?!quora\.com\/search\?q=).)*$/, - 'wsj.com': /(.+wsj\.com\/articles\/.+|.+blogs\.wsj\.com\/.+)/ + 'quora.com': /^((?!quora\.com\/search\?q=).)*$/ } // Don't remove cookies before page load