Source code

Revision control

Copy as Markdown

Other Tools

browser.tabs.create({}).then(tab => {
browser.tabs.remove(tab.id);
});