edit tracker script

This commit is contained in:
Sergei Meza 2022-10-18 12:26:24 +09:00
parent 472c5374ba
commit d0f5c6dec7

View file

@ -91,6 +91,7 @@
res(ip);
return;
}
console.log('fetching user ip');
fetch('https://api64.ipify.org/?format=json')
.then(res => res.json())
.then(data => {