Update index.html

This commit is contained in:
slweeb 2025-04-12 22:15:57 -04:00
parent 7aededaff6
commit ab40601a84
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}