Chrome NoFollow extension updated
As a quick follow up to my nofollow marker post, I’ve put up a new version of the extension. It does exactly the same job as the old one, except without the need for any JavaScript. The new extension simply uses the following CSS:
a[rel~=nofollow]
{
background-color: #FCC !important;
border: 1px dashed #F55 !important;
color: #600 !important;
}
I should really have thought of that in the first place! Want the extension? Download it here.
Original post: Chrome NoFollow extension updated
