mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-07-05 19:48:57 +08:00
3 lines
117 B
JavaScript
3 lines
117 B
JavaScript
const bs = chrome || browser;
|
|
bs.tabs.create({ url: bs.runtime.getURL('./index.html') }, (tab) => console.log(tab));
|