pages/search: prevent history pollution

This commit is contained in:
He4eT 2024-01-23 03:44:47 +01:00
commit e8f5b3cda9
3 changed files with 42 additions and 7 deletions

View file

@ -0,0 +1,3 @@
export const registerTab = () => {
browser.runtime.sendMessage({action: 'registerSender'})
}