garfieeeeld (add shitty loader)

This commit is contained in:
usernames122
2025-08-09 17:22:25 +02:00
parent 55e1616e1b
commit 923e4220ff
4 changed files with 112 additions and 9 deletions

3
alwaysLoaded.js Normal file
View File

@@ -0,0 +1,3 @@
function setDisplayURL(newURL) {
window.history.pushState(null, '', newURL);
}