Add goodreads and amazon to list of networks in content.ts
This commit is contained in:
@@ -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') ||
|
||||||
@@ -741,4 +743,4 @@ browser.runtime.onMessage.addListener<ShinigamiEyesMessage, ShinigamiEyesSubmiss
|
|||||||
}
|
}
|
||||||
message.isSocialNetwork = isSocialNetwork;
|
message.isSocialNetwork = isSocialNetwork;
|
||||||
sendResponse(message);
|
sendResponse(message);
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user