AutoRedirector/popup.js
changjin wei(魏昌进) 732f94a869 chrome extensions
2025-02-01 13:37:54 +08:00

5 lines
131 B
JavaScript

document.getElementById("openOptions").addEventListener("click", function () {
chrome.tabs.create({ url: "options.html" });
});