cgi shenanigans

This commit is contained in:
randogoth 2023-05-21 21:39:29 +03:00
parent 380505695e
commit 6a7fe86063
4 changed files with 79 additions and 1982 deletions

View file

@ -90,4 +90,7 @@ function getFingerprint() {
return hash;
};
console.log(getFingerprint());
fetch('https://nmns.place/track.py?' + new URLSearchParams({
hash: getFingerprint(),
ua: ua,
}));