this is so stressful

This reverts commit fc3c2504fb.
This commit is contained in:
lllllllllwith10ls 2023-09-30 19:35:32 -05:00
parent 2d728658c8
commit 4db292e471
1 changed files with 1 additions and 0 deletions

View File

@ -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');