mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
pages/search: prevent history pollution
This commit is contained in:
parent
adf6ab3305
commit
e8f5b3cda9
3 changed files with 42 additions and 7 deletions
3
pages/search/modules/bridge.js
Normal file
3
pages/search/modules/bridge.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const registerTab = () => {
|
||||
browser.runtime.sendMessage({action: 'registerSender'})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue