mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
browser.action.onClicked.addListener((() =>
|
|
browser.tabs.create({
|
|
url: 'https://oddsquat.org'
|
|
})))
|