This commit is contained in:
Boof 2023-01-18 14:01:15 +01:00 committed by GitHub
parent c4f0eedd6e
commit 193be7cb91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,6 @@
return new Promise(resolve => { return new Promise(resolve => {
setTimeout(resolve, milliseconds); setTimeout(resolve, milliseconds);
}); });
}
var timesdown = 0
window.onload = async function startdown(){
while(true) {
await delay(10);
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
timesdown += "1"
}
} }
let speed = 1000 let speed = 1000
setInterval(addKrydder, speed); setInterval(addKrydder, speed);