Below is the code that allows to see now follow links Just create a bookmark with any name and in the url address - put the below code. This works for every browser. javascript:function highlightNofollow(){var newStyle=document.createElement(‘style’);newStyle.type=’text/css’;newStyle.appendChild(document.createTextNode(‘a[rel~=nofollow]{border:1px dashed #852! important;background-color:#fcc! important;}’));document.getElementsByTagName(‘head’)[0].appendChild(newStyle);};highlightNofollow(); HTML: If this code worked for you. Please give me a star reputation. Just a honest asking as I am new here.
I usually use SEO Doctor Firefox plugin for this purpose. A single click and you will know the nature of any link. Alternately, you can look in the page source and find out yourself if a link has been rel nofollowed!