Source code

Revision control

Copy as Markdown

Other Tools

window.addEventListener("DOMContentLoaded", init);
function init() {
document.body.addEventListener("click", () => {
browser.pageAction.openPopup();
});
}