Remix.run Logo
qurren 2 hours ago

just inject this with your favorite JS injection plugin

    let oldTanh = Math.tanh;
    Math.tanh = x => oldTanh(x) + Math.random()/10000000;
chjj 2 hours ago | parent | next [-]

it's elegant, but i prefer:

    Math.tanh = Math.random;
sanxiyn 2 hours ago | parent | prev | next [-]

The article addresses this: search for "No noise".

an hour ago | parent [-]
[deleted]
Klonoar an hour ago | parent | prev | next [-]

Multiple anti-bot vendors will detect that replacement and use it as part of their fingerprinting process.

gruez 2 hours ago | parent | prev [-]

Great, now you'll be outed as "hides fingerprint", which is probably more identifying than if you returned a normal value.

hahahaa an hour ago | parent [-]

https://xkcd.com/1105/