document.addEventListener("DOMContentLoaded", function() { const switcher = document.getElementById("language-switcher"); switcher.addEventListener("change", function() { if (this.value === "en") { window.location.href = "https://geekyfab.com/support_ss3d_gamepad_en"; } else if (this.value === "ja"…