Who am I: A mind reader (don't forget to view source)
151–160 of 181 posts
Re: Who am I: A mind reader (don't forget to view source)
#152If nothing else, I did get a good list of Programming and Engineering websites :D - http://pastebin.com/zrQ7EBnP
Re: Who am I: A mind reader (don't forget to view source)
#153Re: Who am I: A mind reader (don't forget to view source)
#154Earlier quoted context omitted.
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
What about if you make a screen capture from the page and use coordinates to read back the colours and correlate with the URLs? Seems a possibility based on http://stackoverflow.com/questions/9250505/how-to-upload-a-s... .
Re: Who am I: A mind reader (don't forget to view source)
#155Earlier quoted context omitted.
fwiw, my results were very wrong
It uses a list of sites, the ones that are in your browser history are red squares. The results may be wrong for you if you cleared your browser history, or if you share your browser with someone else, or if you habitually visit sites you don't like.
Re: Who am I: A mind reader (don't forget to view source)
#156Re: Who am I: A mind reader (don't forget to view source)
#157Re: Who am I: A mind reader (don't forget to view source)
#158Earlier quoted context omitted.
What about if you make a screen capture from the page and use coordinates to read back the colours and correlate with the URLs? Seems a possibility based on http://stackoverflow.com/questions/9250505/how-to-upload-a-s... .
html2canvas constructs its "screenshots" using information from the DOM, so that wouldn't gain you anything but unnecessary complexity.
Re: Who am I: A mind reader (don't forget to view source)
#159Hm. 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?
This is a very old attack that has numerous security measures to prevent you from doing that now.
Re: Who am I: A mind reader (don't forget to view source)
#160Nothing was red for me