CSS Mod - Make Visited Sites Your Color

CraigS26
2StarLounger
Posts: 155
Joined: 02 Nov 2016, 12:56

CSS Mod - Make Visited Sites Your Color

Post by CraigS26 »

EDIT 1-8-22: Turns out I forgot some Sites have Dark Theme pages or parts, So a Link color Blue or Black nets many areas Can't be read. I wound up USING ONLY the Visited Line and All is well!

I doubt there are many FF users here BUT .... I've sometimes wished I had copied data from various Forums Threads, but when I go back later I can't easily find the Thread. This CSS mod from morat in the Mozillazine Sppt forum allows that plus some tricks that are just fluff.
It Requires a -- userContent.css -- Folder in your -- chrome - Folder with this entry below.
"link" is the Thread Title, "visited" I made Red, Hover and Active are fluff to me & I don't see aqua to discern what "active" is.
Use as desired....
https://imgur.com/ofHudx3

Final Script I'm Using Vs original multi-line from Moz FF Forum:

Code: Select all

/* Firefox userContent.css */

@-moz-document url-prefix("http:"), url-prefix("https:") {
  a:visited { color: red !important; }
}

Code: Select all

/* Firefox userContent.css */

@-moz-document url-prefix("http:"), url-prefix("https:") {
  a:link    { color: black !important; }
  a:visited { color: red !important; }
  a:hover   { color: blue !important; }
  a:active  { color: aqua !important; }
}
Win 10 Pro 22H2 | ESET EIS Prem | Mbam Prem | Diskeeper Pro '15 | Macrium Pd v8