Unter firefox 1.0 war es möglich, in
Programme\Mozilla Firefox\res die Datei html.css
folgende CSS hineinzukopieren, um
"nofollow"-links zu markieren:
a[rel~=”nofollow”]:after {
content: “!”;
background-color: white !important;
color: red !important;
font-weight: bold !important;
text-decoration: blink !important;
}
In firefox 1.5 geht es nicht; welche Datei muss dafür benutzt werden?
Danke für Antworten,
Martin