fix small bug
This commit is contained in:
parent
130682924f
commit
918c0ab3f1
|
@ -32,8 +32,8 @@ chrome.webNavigation.onBeforeNavigate.addListener(({ url, tabId, frameType }) =>
|
||||||
)
|
)
|
||||||
}, {
|
}, {
|
||||||
url: [
|
url: [
|
||||||
{ hostSuffix: 'x.com' },
|
{ hostSuffix: '.x.com' },
|
||||||
{ hostSuffix: 'twitter.com' },
|
{ hostSuffix: '.twitter.com' },
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue