From f9e6877ae458cc686d6ceb15499ffbbee7843ee1 Mon Sep 17 00:00:00 2001 From: Hezekiah Michael Date: Mon, 18 Jul 2022 02:36:49 -0400 Subject: [PATCH] Add goodreads and amazon to list of networks in content.ts --- extension/content.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extension/content.ts b/extension/content.ts index 0f86d82..a44ab4f 100644 --- a/extension/content.ts +++ b/extension/content.ts @@ -93,6 +93,8 @@ function init() { 'rationalwiki.org', 'duckduckgo.com', 'bing.com', + 'goodreads.com', + 'amazon.com', ].includes(hostname) || domainIs(hostname, 'tumblr.com') || domainIs(hostname, 'wikipedia.org') || @@ -741,4 +743,4 @@ browser.runtime.onMessage.addListener