Sign "nofollow" links with Firefox

Stephen Duncan has given me a tip that can help to immediately recognize if a "nofollow" link is present on the page you're surfing.

If you use Firefox and want to see if this new tag is getting used, add something like this to your userContent.css file:

a[rel="nofollow"]
{
text-decoration: line-through ! important;
border: dotted thin gray ! important;
color: gray ! important;
background-color: white;
}

This will put a strike-through and a dotted border around the link text, and make the text gray with a white background.

Nice!

Print | posted on Tuesday, January 25, 2005 12:36 PM

Comments on this post

# re: Sign "nofollow" links with Firefox

Requesting Gravatar...
Glad you liked the tip!
Left by Stephen Duncan Jr on Jan 25, 2005 7:23 PM

Your comment:

 (will show your gravatar)
 
Please add 7 and 5 and type the answer here: