Hacker News new | ask | show | jobs
by tetrisgm 2604 days ago
Definitely the most creative code I'll be seeing this week! I realize this is really bad practice and likely to be fixed since it can be used for tracking users, but: are there any advantages to using CSS over Javascript, in theory?
2 comments

What exactly do you want to block here? The user clicked a form control, the form control sent a request to server. It is no different from clicking a link.

You know, that HTTP allows websites to "track" you each time you visit them, right? The horror!

It probably works with ":hover" too
Yes, and the twitter link above suggests that this is already used for tracking in the wild.

That being said, if one is THAT worried about tracking then one should not be on the modern web, and should probably stick to using Lynx over TOR.

It doesn't look like it's going to be easily fixable.