Hacker News new | ask | show | jobs
by beza1e1 6237 days ago
You don't even need Javascript.

    <a class="digg" href="http://digg.com/submit/">...digg button code...</a>
Now you can use CSS to hide visited links.

    a.digg:visited { display: none; }