diff --git a/index.html b/index.html index f7f0a70a..ff644ec8 100644 --- a/index.html +++ b/index.html @@ -104,12 +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 - - - - -