Remix.run Logo
xnx 9 hours ago

Those features that can't be used to show more ads will be used for fingerprinting.

zelphirkalt 7 hours ago | parent [-]

I feel like we need a complete black box layer or something, where a website can send requests to the browser to do something, but never gets any kind of reply, as to whether anything actually happened. But that would limit usefulness of it quickly, I guess.

Permik an hour ago | parent [-]

I've been toying with an idea of creating a JS runtime that tries to run all code two times, one which runs all identifying information inside a runtime that has any network API's stubbed, and another that replaces the identifying info with garbage.

Most likely needs manual quirk code overlays for sites, but it's totally a solvable problem.