SocialHistory.js: See Which Sites Your Users Visit
readwriteweb.com
SocialHistory.js: See Which Sites Your Users Visit
1–10 of 11 posts
Re: SocialHistory.js: See Which Sites Your Users Visit
#2Re: SocialHistory.js: See Which Sites Your Users Visit
#3Re: SocialHistory.js: See Which Sites Your Users Visit
#4You could use that as a barebones way to send data to google analytics or getclicky, or plug it in to a user profile (generated by yourself). Of course Aza's solution is waayyy more elegant.
And I'm sure firefox/opera/webkit will be closing up this vulnerability in the near future.
Re: SocialHistory.js: See Which Sites Your Users Visit
#5Re: SocialHistory.js: See Which Sites Your Users Visit
#6Re: SocialHistory.js: See Which Sites Your Users Visit
#7Business part of Jacob's brain: "Great" User part of Jacob's brain: "Terrible"
I wonder how the public would split? And then I realise there will always be more users than businesses.
Re: SocialHistory.js: See Which Sites Your Users Visit
#8http://news.ycombinator.com/item?id=78939 You could use that as a barebones way to send data to google analytics or getclicky, or plug it in to a user profile (generated by yourself). Of course Aza's solution is waayyy more elegant. And I'm sure firefox/opera/webkit will be closing up this vulnerability in the near future.
Maybe browsers should restrict the :visited attribute to one domain. Or maybe just base it on a daily history instead of your all-inclusive one.
Re: SocialHistory.js: See Which Sites Your Users Visit
#9Re: SocialHistory.js: See Which Sites Your Users Visit
#10http://news.ycombinator.com/item?id=78939 You could use that as a barebones way to send data to google analytics or getclicky, or plug it in to a user profile (generated by yourself). Of course Aza's solution is waayyy more elegant. And I'm sure firefox/opera/webkit will be closing up this vulnerability in the near future.
Last summer I had an inkling of an idea that used basically the same strategy. My idea (never implemented) was to set the background images on visited anchors to a dynamic image url that could be used to track pageviews from other sites, to perhaps determine what links from your site your visitors found most interesting, even if they didn't click to them from your site.
There are plenty of terrible use cases for something like this, but also plenty of benign and probably useful cases as well. If you were a search engine, for example, you could determine if a user has been to sites that show up in the search results, even if they don't click on the links from your site.
The full write-up of my strategy is here: http://tinyurl.com/6fnjod