From 33cb6028a6331c876e072b3b9f8932d2d8d5e459 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:53:15 -0400 Subject: [PATCH] Update index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) 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