Adds a more proper infinate scroller

It probally does more, but I can't remember what lol
This commit is contained in:
MathMan05 2024-07-20 14:36:19 -05:00
parent d28ccb68be
commit ec6ab101c0
22 changed files with 572 additions and 430 deletions

View file

@ -57,4 +57,4 @@ async function tosLogic() {
console.log(tosPage);
}
tosLogic();
checkInstance.alt = tosLogic;
checkInstance["alt"] = tosLogic;