this post was submitted on 18 Feb 2025
970 points (99.3% liked)

Technology

63035 readers
5067 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Huschke 8 points 2 days ago* (last edited 2 days ago) (1 children)

It's way worse than that.

Even if you somehow magically have the same settings as everyone else, you're mouse movement will still be unique.

You can even render something on a canvas out of view and depending on your GPU, your graphics driver, etc the text will look different...

There is no real way to escape fingerprinting.

[–] [email protected] 4 points 2 days ago (1 children)

I have a novice coding question using the mouse tracking as an example: Is it possible to intercept and replace mouse tracking data with generic inputs? For example, could you implement an overlay that blocks mouse interactions, and instead of physically clicking on elements, send a direct packet to the application to simulate selecting those elements?

[–] BradleyUffner 7 points 2 days ago

Yes, it's possible. That's the way a lot of automated web UI testing tools work. The problem with doing it during normal browser use is that your intentional actions with the real mouse wouldn't work right, or the page would start acting like you clicked on things you didn't click on.