From 4db292e471c3458f30099817a7b78e8886633cc5 Mon Sep 17 00:00:00 2001 From: lllllllllwith10ls <38187754+lllllllllwith10ls@users.noreply.github.com> Date: Sat, 30 Sep 2023 19:35:32 -0500 Subject: [PATCH] this is so stressful This reverts commit fc3c2504fb4b73d1f55a4f80b07a1e953caa0faa. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 49071083..9f699ad0 100644 --- a/index.html +++ b/index.html @@ -104,6 +104,7 @@ // If it doesn't exist, create an empty array. enabledMods = localStorage.getItem("enabledMods") ? JSON.parse(localStorage.getItem("enabledMods")) : []; // Run all scripts in the enabledMods array, if it fails print to console + for (var i = 0; i < enabledMods.length; i++) { try { var script = document.createElement('script');