Nofollow attributes in Firefox
Firefox November 17th, 2006
If you want an easy way of highlighting ‘nofollow’ attributes on links viewed in Firefox, go to the following directory:
C:\Documents and Settings\[user name]\Application Data\Mozilla\Firefox\Profiles\[random string].default\chrome\
Then change the name of userContent-example.css to:
userContent.css
Open the file up in any text editor (such as notepad), and copy and paste the following code:
a[rel~="nofollow"] {
color: red!important;
text-decoration: line-through!important;
}
This will highlight any nofollow links by showing them as red with a strikethrough.






