Posts tagged: chrome

Google Chrome Extension: nofollow marker

Posted September 17 by Dan Cryer

I was just playing about with Google Chrome’s extension system, and threw together a very simple one that highlights all nofollow links in pink, as I’d seen a few people using something similar in Firefox. It doesn’t do anything complex, the code is as follows: var elements = document.getElementsByTagName(‘a’); var length = elements.length – 1; [...]

Read More »