Use Firefox to View Nofollow Links
Author: Dane| 9 March 2007
Email This Post
Print This Post
This is in reference to a post Matt Cutts made about a year ago on seeing nofollow links. He shows how Firefox can be used to view nofollow links without digging through source code. A full time blogger or SEO could potentially save hours per week using this tool.
I would change Matt’s code a bit in order to make nofollow links a little less in-your-face. This will give the links a white background with a blue border and blue font.
a[rel~="nofollow"] {
background-color: white !important;
color: #7097BE !important;
font-weight: bold !important;
border:1px solid #7097BE !important;
padding:2px !important;
text-decoration:none !important;
}