This is really cool, its a search engine that tells you if a page has a nofollow link.
Unfortunatly it only tells info on the page listed in the search, the deeper pages on a site can still have a nofollow.
http://followtopia.com/However the SEOquake plugin can be set to display nofollow links with a line through, "SEO for Firefox" can be set up to highlight nofollow links. Or you can do it manually
http://www.linktutorial.com/read/articles/detecting-relnofollow-firefoxOr if like me you prefer opera you have the SEObar Plugin.
http://www.puzzleclub.ru/files/seobar/ Or the manual option
http://mssem.com/library/nofollow-links-opera.phpAlthough this code is slightly better in this case as it can detect different nofollow variants eg:rel=”external nofollow”
a[rel*="nofollow"] {
background-color:#ffff00;
}
Or one that should work on both browsers.
http://www.puzzleclub.ru/files/seobar/