Who am I: A mind reader (don't forget to view source)
tinsnail.neocities.org
Who am I: A mind reader (don't forget to view source)
1–10 of 181 posts
Re: Who am I: A mind reader (don't forget to view source)
#2Re: Who am I: A mind reader (don't forget to view source)
#3Re: Who am I: A mind reader (don't forget to view source)
#4Re: Who am I: A mind reader (don't forget to view source)
#5Basically, the website doesn't know which of the squares are red, that depends on your browser state. By clicking the red squares, you're feeding it data.
The interesting observation I made out of this is that navigating there in an incognito window prevents any links from being considered as visited. That's good to know.
Re: Who am I: A mind reader (don't forget to view source)
#6It's quite interesting to see how such a seemingly simple feature (a:visited) can completely override user privacy if not accounted for.
Re: Who am I: A mind reader (don't forget to view source)
#7Can't you just :visited { margin/pos/whatever }, then probe the dom on that or related elems to extract the juice? Or have browser vendors thought of this?
Re: Who am I: A mind reader (don't forget to view source)
#8Hm. Do you really need interaction at all? Can't you just :visited { margin/pos/whatever }, then probe the dom on that or related elems to extract the juice? Or have browser vendors thought of this?