|
|
|
|
|
by blitmap
2587 days ago
|
|
It's frustrating to me that browsers lend themselves so willingly to being fingerprinted, and it's up to the user to stay aware of and keep ahead of these new avenues. I wish there were 4 modes: - Standard/light mode - Dark mode (website has facilities to test for this and style accordingly) - Dark mode with fake or unknown values advertised to the website - Dark mode with a user-custom filter applied (like below) that the website cannot test for (it sees untransformed computed styles) > filter: invert(95%) hue-rotate(190deg) |
|