I'm using A:visited { color: red ! important }
in Stylish to change the color of URL's i already visited.
But, there are two problems with this code:
- It only works on texts and sometimes the link is only embeded in an image.
- It doesn't color old links. If I click an HTTP link but the site now works with HTTPS this code is useless.
I tried to solve the image problem using a border around the visited images with this code A:visited { border-image: 4px solid red }
but it didn't work and I have no idea why.