diff --git a/index.html b/index.html index 78f1e2a..5d8213a 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,9 @@ function isLegacyDevice() { const userAgent = navigator.userAgent; + // Log the user agent for debugging + console.log("User Agent:", userAgent); + // List of legacy devices/browsers const legacyDevices = [ /Nintendo DSi/i, // Match DSi