Add goodreads and amazon to list of networks in content.ts

This commit is contained in:
Hezekiah Michael 2022-07-18 02:36:49 -04:00
parent 8edf5dc0a9
commit f9e6877ae4
1 changed files with 3 additions and 1 deletions

View File

@ -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<ShinigamiEyesMessage, ShinigamiEyesSubmiss
}
message.isSocialNetwork = isSocialNetwork;
sendResponse(message);
})
})