Search this blog


Home About Contact
2010年3月6日星期六

Find and highlight HTML elements with FireFinder for FireBug  

A Firefox extension (for Firebug) that I’ve been trying out a bit lately is FireFinder. It lets you quickly find HTML elements that match a CSS selector or XPath expression.

It may not sound like much, but it can be really helpful. Want to find all img elements on a page? Open FireFinder, type img and hit enter, and FireFinder highlights all images for you. Want to find any linked images? Enter a img instead. Want to highlight images that do not have an alt attribute? Try img:not([alt]). And so on. Excellent!

FireFinder is yet another very useful tool created by Robert Nyman. For more info check out Robert’s blog post Firefinder for Firebug - an extension to quickly find elements matching your CSS selectors or XPath expressions.

Posted in , .


What next?

You can also bookmark this post using your favorite bookmarking service:

Related Posts by Categories