Live data from Hacker News

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

tinsnail.neocities.org

121–130 of 181 posts

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

#121

Earlier quoted context omitted.

Just what I was thinking. Can't you render the DOM to a canvas and then access the pixels in that?

Apparently not: https://developer.mozilla.org/en-US/docs/Web/HTML/Canvas/Dra... > Visited-link styles aren't applied to links rendered in SVG images, so history information can't be retrieved, and native themes aren't rendered in SVG images, which makes it harder to determine the user's platform.

They thought of everything, :)

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

#123

Here's the same exploit disguised as a game, to make it less obvious that it's tricking the user into interacting with it: http://lcamtuf.coredump.cx/yahh/ Documentation of the game proof-of-concept: http://lcamtuf.blogspot.com/2013/05/some-harmless-old-fashio...

Cool. That is a neat trick/exploit never heard of it before.

Thx. for the links.

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

#124

Earlier quoted context omitted.

They could do the same game, but hard-code the results, and be right for 95% of the audience here :)

Hmm, I was: 1. technology 2. programming 3. history 4. politics 5. design 6. architecture And it was dead-right.

same for me, though I barely read anything on history or politics

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

#126
post #20

It was eerily accurate on me. 1. science 2. technology 3. programming

same with me, my first reaction is WHAT KIND OF SORCERY IS THIS!? 1.Technology 2.Gaming 3.Programming

Did you ever heard of cold reading?

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

#128

In Firefox, you can go to about:config and set layout.css_visited_links_enabled to 'false'. This page, and others that hack the visited links styles, will no longer work.

Note that in Firefox only a few visual hacks will work nowadays. This means that sites can still change the local style of visited links to fit in with their colour schemes. BUT, you can't trawl someone's history by exploiting :visited any more.

And also note that this will remove all :visited styling, included the usual blue->purple. Just a heads up for people changing this variable because they think their privacy is being invaded.

https://hacks.mozilla.org/2010/03/privacy-related-changes-co...

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

#130
post #129

I remember few years ago this concept was demonstrated as an way to get user website history from the browser. This is big privacy hole. And sadly nothing changed. Which is sad.

In a way it is, but only really through tricks like this one. Browsers can no longer access the properties of :visited, but they can affect how visited links are displayed.
Post reply on HN