Add goodreads and amazon to list of networks in content.ts
This commit is contained in:
@@ -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);
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user