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

View File

@@ -93,6 +93,8 @@ function init() {
'rationalwiki.org', 'rationalwiki.org',
'duckduckgo.com', 'duckduckgo.com',
'bing.com', 'bing.com',
'goodreads.com',
'amazon.com',
].includes(hostname) || ].includes(hostname) ||
domainIs(hostname, 'tumblr.com') || domainIs(hostname, 'tumblr.com') ||
domainIs(hostname, 'wikipedia.org') || domainIs(hostname, 'wikipedia.org') ||