css-visited-tricks

CSS: Styling visited images cross browser way / cross browser opacity

I want to use the CSS visited functionality in the browser to style a clicked image: CSS: .gridview a.plusminus:visited img { /* from http://my.opera.com/BleedingHeart/blog/2007/04/29/highlighting-visited-images-using-css */ background: transparent !important; opacity: 0.2 !important; } HTML: <a class="plusminus" href=...

Manage a `visited` links history in browsers

Hello Can I edit the browser's visited links history? How can I dump full list of visited sites, or list of pages from some site? I'm interested in the solution for the most popular browsers: IE7-8, Firefox3, Safari4, Chrome3, Opera9.50+ The best will be solution, which can be scripted in JS+CSS. But plugins or instructions for manag...