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