Which links have I already viewed?

3 points by jsmcgd ↗ HN
This is a minor feature request: it would be nice if there was some graphical representation for links that you have visited previously e.g. a change of color, or they disappear somewhere. If this isn't possible/desirable then nay bother pal as we've all coped well enough thus far. Cheers.

3 comments

[ 3.0 ms ] story [ 129 ms ] thread
a:visited { color:#606072; text-decoration:none; }

Thanks Firebug!

a:link { color:#000000; text-decoration:none; } a:visited { color:#606072; text-decoration:none; }
I was thinking of something that persists between logging in.