How to show when a link was visited next to itself in Chrome?
For example using Stylish I changed the color of visited links with:
a.link:visited>* { color:#cc00ff ! important }
Now I'm stuck trying to show the time of the visit next to the link, please help.