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