Live data from Hacker News

Who am I: A mind reader (don't forget to view source)

tinsnail.neocities.org

51–60 of 181 posts

Re: Who am I: A mind reader (don't forget to view source)

#51
post #48
post #39

Couldn't one simply make a display:none on normal links and display:block on :visited, then stack them all on top each other with position:absolute and catch mouse events from each element via JS?

Browsers have a very limited set of properties that they allow in :visited rules, and display isn't one of them.

[deleted]

Re: Who am I: A mind reader (don't forget to view source)

#53

I thought the a:visited exploit was addressed.

I spent an unfortunate chunk of time trying to auto-click all the red square via jquery in chrome console. After a lot of reading and experimenting, I can verify that the exploit is thoroughly addressed (so far), and I cannot achieve my goal because of it :(.

The most promising workaround would be to find a JS screenshot tool that doesn't rely on the DOM, and then run some client-side image analysis to get the index values of the red squares, and then go from there to click the things. Well played, exploit fixers, well played.

Re: Who am I: A mind reader (don't forget to view source)

#54
post #42
post #18

Earlier quoted context omitted.

I'm having a hard time following here. What is "covertly jimmying a UI" and how would it allow you to exploit visited styles?

For a less "covert" example than I am sure the OP was thinking, you could have "click the red button to continue" sort of like this page does. :)

Wouldn't that also require a hundred same sized differently colored buttons, just like this site?

Re: Who am I: A mind reader (don't forget to view source)

#57

This was really accurate to me. It seems they're using a:visited on several domains to create the "red square" effect.

Yes.

And the only reason you have to click the red squares is to let it know which ones are red. If you try to look up the color of a square using GetComputedStyle, it always comes back gray. That was the resolution of privacy Bug 147777† (":visited support allows queries into global history").

https://bugzilla.mozilla.org/show_bug.cgi?id=147777

Re: Who am I: A mind reader (don't forget to view source)

#59
post #17

Obvious question - how was the list of URLs compiled? Some are really specific like YouTube channels. On the other hand there are only 15 categories and there are probably a lot of people that would not get a single match or only something very generic like Wikipedia.

Creator here. The links were gathered by searching feedlys feed suggestions for different topics.
Post reply on HN