Chrome NoFollow extension updated

Posted October 15 by Dan Cryer

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.

4 Responses to “Chrome NoFollow extension updated”

  1. [...] Original post: Chrome NoFollow extension updated [...]

  2. I get “utility process crashed while trying to install” when trying to install the extension.

    I’m using Windows 7.

  3. john says:

    would it be possible for you to add a button to turn it off?

  4. Thanks Dan. It works but I was expecting to see an icon in the extensions area to turn it on or off. Am I missing something?

Leave a Reply