From 6a2357b58c707675cb2590fc25f7107de30487eb Mon Sep 17 00:00:00 2001
From: slweeb <91897291+slweeb@users.noreply.github.com>
Date: Sun, 25 May 2025 12:07:02 -0400
Subject: [PATCH] Update index.html
---
index.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index fe777946..a9be8d81 100644
--- a/index.html
+++ b/index.html
@@ -124,6 +124,9 @@
console.log("Can't access? Join our Discord: https://R74n.com/discord/");
console.log("Found this on another website? Let us know!");
console.log("©2021-" + new Date().getFullYear() + ". All Rights Reserved. https://sandboxels.R74n.com/license.txt");
+
+ isOnSite = location.hostname === "sandboxels.r74n.com";
+
// If settings is in localStorage, load it. If not, create an empty object.
settings = localStorage.getItem("settings") ? JSON.parse(localStorage.getItem("settings")) : {};
// URL query handling
@@ -16248,7 +16251,7 @@ behaviorRules = {
if (r) autoResizeCanvas();
focusGame();
},
- html: standalone ? null : `