Posted Sep 2, 2009 20:47 UTC (Wed) by Kit (guest, #55925)
[Link]
The site uses 2 methods, the first uses JavaScript to get the information, the second that you were redirected to uses CSS. The CSS technique basically uses the hidden image trick by setting visted urls to have a certain background image at a certain url.
Posted Sep 2, 2009 21:34 UTC (Wed) by man_ls (subscriber, #15091)
[Link]
This second method has been disabled temporarily due to heavy traffic, or so the page says. So now you have to enable JavaScript for a couple of sites.
Doesn't seem to work with Firefox + NoScript
Posted Sep 3, 2009 14:20 UTC (Thu) by cesarb (subscriber, #6266)
[Link]
The hidden image trick is very easy to avoid, just add the following to your userContent.css:
Note that the site you linked to still shows a large red "VISITED", even though it is not logging anything anymore (you have to follow the link below the table to see nothing was actually logged). Which implies there are probably several other ways of bypassing this userContent.css rule (perhaps playing with display: and using a IMG, for instance; I haven't tested).