cgi shenanigans
This commit is contained in:
parent
380505695e
commit
6a7fe86063
4 changed files with 79 additions and 1982 deletions
|
|
@ -90,4 +90,7 @@ function getFingerprint() {
|
|||
return hash;
|
||||
};
|
||||
|
||||
console.log(getFingerprint());
|
||||
fetch('https://nmns.place/track.py?' + new URLSearchParams({
|
||||
hash: getFingerprint(),
|
||||
ua: ua,
|
||||
}));
|
||||
Loading…
Add table
Add a link
Reference in a new issue