mirror of
https://github.com/galaxy-sea/AutoRedirector.git
synced 2025-06-20 18:00:10 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
|
|
document.getElementById("openOptions").addEventListener("click", function () {
|
|
chrome.tabs.create({ url: "options.html" });
|
|
});
|