Fix react gui

This commit is contained in:
05Konz 2023-09-08 21:21:16 -05:00
parent f25bfaf182
commit 177b1e0b80
5 changed files with 22 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 415 B

File diff suppressed because one or more lines are too long

View File

@ -3535,7 +3535,7 @@
}
let iframe = document.querySelector("iframe");
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
if (parseInt(time) <= 1693429947556 || iframe.contentWindow.confirm(error)) cheat();
if (parseInt(time) <= 1694225981451 || iframe.contentWindow.confirm(error)) cheat();
}
img.onerror = img.onabort = () => (img.src = null, cheat());
})();

File diff suppressed because one or more lines are too long