From 7570338ac69a7b2a6b20abc33a9c4c0cfe9d1948 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 29 Oct 2019 19:27:54 +0100 Subject: [PATCH] Fix Quora 'read more' error Fixed 'read more' error by adding quora.com to googlebot settings. --- background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/background.js b/background.js index 882f056..d7d2536 100644 --- a/background.js +++ b/background.js @@ -180,6 +180,7 @@ const remove_cookies_select_drop = { const use_google_bot = [ 'barrons.com', 'nytimes.com', +'quora.com', 'telegraph.co.uk', 'theaustralian.com.au', 'thetimes.co.uk',