>>648
そんなのあるんだ。
個人的にはvisitedのLinkをcssで変化させればいいと思うんだけど。

a:visited::after{
content:"[visited]";
color:red;
}
見たいに