Page is a not externally linkable
whoisgregg - 1:04 pm on Jan 21, 2005 (gmt 0)
Bookmarklet outlines <a>'s with rel="nofollow": javascript:var%20a=document.getElementsByTagName('a');for(var%20z=0;z%3Ca.length; (I posted this in supporters too, but it probably makes sense to cross post to the public side)
identify these new links and give them a special highlighting or designation of some kind?
z++){if(a[z].rel=='nofollow'){a[z].style.border='1px%20solid%20%23F00';}}