fix small bug

This commit is contained in:
Filipe Medeiros 2024-08-28 19:11:27 +02:00
parent 130682924f
commit 918c0ab3f1
Signed by: filipe
GPG key ID: 9533BD5467CC1E78

View file

@ -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' },
] ]
}) })