A global userstyle. To force links to be visibly marked as visited.

a:visited {
  color: yellow !important;
  border-bottom: yellow !important;
}

Most æffective under Firefox. Best on dark themes.