1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/** * Myext display panel logic * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. */ /* * IMPORTS_START * IMPORT browser * IMPORTS_END */ document.getElementById("settings_but") .addEventListener("click", (e) => browser.runtime.openOptionsPage());