How To Highlight nofollow Links In Firefox and Opera
Building backlinks is the important task for building the authority of a website in Search Engine Ranking and leaving comments on other popular blogs of your niche is more popular way to get back links and traffic to your blog(s).Leaving comments on blogs with dofollow means the link is given importance by search bots during the bot crawl indirectly increasing organic traffic and also improving backlinks and to your blogs.
Also read :
- How To Detect and Fix Broken Links In WordPress
- How To Count The Number Of Internal And External Links
- 2 SEO WordPress Plugins For Better Internal Links and Post URL’s
But identifying blogs with dofollow attribute is a bit hard, using browser addons and greasemonkey scripts makes it easy to identify dofollow links.Here’s a simple script that does the job on the fly.
If you are a firefox user and having installed GreaseMonkey Addon, then you can install the nofollowhighlight script, which highlights the nofollow links in pink color.The back ground color of the link can be changed by editing the “nofollowhighlight.user.js” file or the nofollow links have a strike through by changing the code in the javascript file.
To change the background color
change
theStyle += "background-color: pink";to
theStyle += "background-color: #EFE5D7";
To strike through nofollow links change -
theStyle += "background-color: pink";to
theStyle += "text-decoration:line-through;";
If you are using Opera, Read How To Install GreaseMonkey Scripts in Opera.
Note : This scripts helps identify blogs for building better backlinks.Sometime the popularity of the site on which you leave comments also helps bringing in traffic even though its a nofollow site.So always leave good comments on all blogs/websites you follow.
Do share you thoughts this plugin by commenting. ![]()
Related posts:
- Link Alert : Change Cursor Styles According To Links In FireFox
- 2 SEO WordPress Plugins For Better Internal Links and Post URL’s
- Link Counter – Count The Number Of Internal And External Links
- Make Firefox Faster and Speedup Firefox Startup Time Using SpeedyFox
- Improve Boring Firefox New Tab Window with New Tab King – Firefox New Tab Enhancement Addon

Johny Cage
Jul 27, 2010 @ 19:25:01
There’s surely all-in-one addon… i dont remember it but I used to use it … somehow its not in search results these days.. was very poppular. It used to show Google page rank, alexa page rank, mozilla
which was that..??
Mathias
Jun 02, 2011 @ 00:36:04
I could not download the addon to operate.
I think the link is broken