Firefox "Search Status" extension - no longer highlights nofollow links
centime
10:07 pm on Jun 14, 2007 (gmt 0)
Hi All
I can't seem to get firefox to show me the nofollow links i know exist,
I've installed an reinstalled an uninstalled before reinstalling search status,
Any ideas
I'm rather keen on avoiding an detecting nofollow situations
encyclo
2:24 am on Jun 23, 2007 (gmt 0)
You should probably contact the extension's developers if the highlighting is failing, however to get around the problem you can create a user CSS file defining special rules for links with the
nofollow
attribute. Something like:
a[rel~="nofollow"] { background-color:yellow !important; border:1px dashed red !important; }
Xapti
6:45 am on Jun 27, 2007 (gmt 0)
I would like to know... why is it important that a user knows whether a link is nofollow or not? ...does it really matter?