Easily highlight nofollow links in Firefox

If you are a blogger (or if you read blogs at least), you most likely know what nofollow is (if not, read this article from Wikipedia).

Also, if you are a blogger you’re most likely interested to get as many links as you can, but avoid nofollow links (why? because they simply don’t count for search engines – yes, I know this is different for various search engines, but big G doesn’t care about them).

Comment with nofollow links highlighted

What you need in this case, is this little script to highlight links (it colors them in pink, but can be easily modified if you know a bit of CSS).

What you need in order to use this script is Firefox with Greasemonkey extension – both very easy to install.

After this, just install this little script: nofollowhighlight.user.js (1KB)

If you want to highlight the links in a different color (or add another styling, go to Greasemonkey options (right click on the monkey head from the taskbar), select Manage user scripts, there select Nofollow highlight and click on the Edit button.

This will edit the file in your text editor. What you need to change there is this line:

theStyle += "background-color: pink";

You can change for example this into theStyle += "text-decoration:line-through;"; – this will make the nofollow links have a strike through. It simply depends on what you like best.

The script is based on Gareth Simpson’s first version.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: , , , , , ,

Other related posts:

This entry was posted on Saturday, July 28th, 2007 at 6:50 am and is filed under Blogging Stuff, Internet. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

20 Comments

  1. Aerik says:

    It’s more useful to install Stylish and go to userstyles.org and look for link highlighters, or create your own. The CSS is pretty simple.

    [rel*="nofollow"] {
    background-color: pink !important;
    text-decoration: line-through !important;
    border: 1px dashed grey;
    border-style:transparent;
    }

    ... on July 31st, 2007
  2. interview paper king says:

    I just installed firefox and i am grateful to you for posting about the helpful script for firefox.

    ... on April 27th, 2008
  3. Dan says:

    Thanks for this. Just what I needed. Other addons I found had other features included which I didn’t want. This lets you customize it exactly how you prefer. Cheers!

    ... on July 13th, 2008
  4. Ted says:

    Thanks Indy. SEOQuake has also such feature (strikethrough).

    ... on September 2nd, 2008
  5. Mendeteksi blog ‘do follow’ dengan script greasemonkey | Alamsyah Rasyid Blogry says:

    [...] 2. Install scriptnya, script asli ada di sini. [...]

    ... on September 8th, 2008
  6. Free Download Karaoke Song says:

    Thanks Bro….

    ... on December 30th, 2008
  7. Dagu says:

    Thanks for the script!

    ... on February 4th, 2009
  8. benwaynet says:

    Thanks for the link, I don’t currently have greasemonkey installed, but I’ll give it a try for this script.

    ... on February 7th, 2009
  9. RIP666 says:

    thanks for the script…this is realy help

    ... on March 17th, 2009
  10. Kate says:

    Nice that you posted this and all, but you might want to turn off nofollow yourself if you’re going to preach about it. Sorry, pet peeve of mine!

    ... on March 23rd, 2009
  11. lg says:

    Thanks for posting this solution. Updating the profile manually makes me a bit nervous. This solution is much better and easier to uninstall if needed.

    bailey

    ... on March 24th, 2009
  12. Clielfjal says:

    I’m the only one in this world. Can please someone join me in this life? Or maybe death…

    ... on April 24th, 2009
  13. lerry says:

    thanks for solutions

    ... on June 6th, 2009
  14. Architecture|Photography|Deteksi blog ‘do follow’ dengan script greasemonkey | Architectural Photography says:

    [...] 2. Install scriptnya, script asli ada di sini. [...]

    ... on June 15th, 2009
  15. learningsoftware says:

    What a wonderfull article..

    Thank you..
    it helps me much..

    ... on June 25th, 2009
  16. Matt @ DofolowCool Dofollow Blogger Links says:

    Just started a blog talking about getting traffic to a Google Blogspot Blog. Most importantly, how to support the trend of making comment links DOfollow.

    ... on August 26th, 2009
  17. sandrar says:

    Hi! I was surfing and found your blog post… nice! I love your blog. :) Cheers! Sandra. R.

    ... on September 10th, 2009
  18. angelina jolie says:

    I love your site. :) Love design!!! I just came across your blog and wanted to say that I

    ... on September 10th, 2009
  19. megan fox says:

    Sign: umsun Hello!!! rcuwwymhyw and 5942ssgfhphzye and 7043Cooooool blog really

    ... on September 11th, 2009
  20. reza says:

    thanks for the tips

    ... on December 21st, 2009

Post a Comment