I think it got 100% for me, on Safari/Mac. Note that it doesn't need to be 100% accurate to be effective. If it guesses better than 50% (i.e. coin flip), then it could be used to give guesses with at least some confidence. No different than analyzing any other noisy dataset. Because this all works client-side, it can also be done quite invisibly.
Right, but those applications will be for things like online advertising, which is already tracking your visits and/or just assuming you use the popular sites anyway. Can this be used to violate privacy in a meaningful manner if it misses 50% or more of the time? You'd have complete plausible deniability if you were pinned to have accessed some site you don't want people to know you accessed. It can't be used as evid…
I too know the websites you visited
81–90 of 98 posts
Re: I too know the websites you visited
#82Re: I too know the websites you visited
#83Not even close, while all the sites it said I visited, I had, it missed tons of other sites I'd visited.
Same here. There were 3 correct positives listed, and I had about 7 or 8 false negatives.
Re: I too know the websites you visited
#84It seems to work better on slower internet connections. The script returns calls a site "visited" if the response time of the potentially cached image is less than 1/20 the time of the certainly uncached image.
On slow connections the cache is much faster than the uncached. On fast connections it's only slightly faster. However, the known uncached images sometimes have "10x increase in latency" so it seems that based on my (and other's experience) that this is a major problem.
One could attempt to normalize this for the sites where appending random query string causes higher latency. Simply precalculate the added latency from images with the random query string on a per site basis. Then subtract it from "uncachedTime."
Re: I too know the websites you visited
#85It said "not visited" for EVERYTHING, except google which says "whoops". I have visited nearly all of them in the last 2 months. But don't despair, I have one of the most hostile browser settings. I have RequestPolicy, NoScript,and Flashblock.
Re: I too know the websites you visited
#86Throwaway account. My company created an analytics product around the ability to track which sites your visitors have visited. It used a different and (at the time) more reliable technique. About a year after the product launch we were contacted by a powerful washington based lobby group and they wanted to chat. They felt it violated a site visitor's "reasonable expectation of privacy". I agreed. So we pulled the fea…
Re: I too know the websites you visited
#87Missed about 75% for me.
script FAIL !
Re: I too know the websites you visited
#88Running in Chrome's incognitive mode is a bit different though. only 7 show up cached the first time its run.
Re: I too know the websites you visited
#89Apparently the key to people not knowing where you visited is to use IE. It missed sites like Twitter and Facebook that are open for me all the time. It did get one site correct, HN ;<).
Re: I too know the websites you visited
#90Extremely wrong on Chrome. The first time I ran it, it said I had not visited any of them. Google and HN were definitely browsed today. Ran it again, ALL of them appeared visited. Even sites like abebooks, which I have not visited at all.
That's because the second time you ran it, all the images were in your cache from the first time you ran it. That's the expected result.