Forum Moderators: open
[this is very important to me when i work in our company admin module, it has lot of links (otherwise i will click the same link so many times)]
Iresh
C:\Documents and Settings\[username]\Application Data\Mozilla\Firefox\Profiles\[xyz].default\chrome
Rename 'userContent-example.css' to 'userContent.css', then add the following lines to the file:
a { color: blue!important; }
a:visited { color: purple!important; }
Now all links for all websites should show blue links and purple visited links. If you only want to do this for one website, wrap the above in this:
@-moz-document url-prefix(http://www.example.com/) { }