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