Leider nein  
 
Folgender Code funktioniert bei mir, allerdings werden dann alle schon aufgerufene Links farblich (rot) markiert.
CSS
		
					
				@-moz-document url-prefix(https:),
               url-prefix(http:){
a:visited, a:active {
    color:red!important;
        }
 a:visited:hover{ 
    color:black!important;}
        }
	
			Alles anzeigen
	[attachment=0]30-10-2018 12-32-24.jpg[/attachment]
Auch das AddOn "Custom Google Visited Link Color" https://addons.mozilla.org/en-US/firefox/…gle-link-color/
funktioniert bei mir nur teilweise. Der erste Google-Suche-Link wird farblich markiert, alle weiteren nicht mehr.
Dubios! :?