From ab40601a840bbd597c50505094460b53bcb0770c Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Sat, 12 Apr 2025 22:15:57 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0a5a3b60..ee829e4d 100644 --- a/index.html +++ b/index.html @@ -15817,7 +15817,7 @@ behaviorRules = { settings.invertscroll = true; } // detect if discord activity - if (navigator.userAgent.match(/Discord/i)) { + if (location.hostname.match(/discordsays/i)) { standalone = true; standaloneType = "discord"; }