Note that there are some explanatory texts on larger screens.

plurals
  1. POFirefox Extension to Summarize CSS Selectors on a Page
    primarykey
    data
    text
    <p>I have Google'd this nine-ways-to-Sunday, but can't seem to come up with anything that fits my needs... I'm looking for a Firefox extension (and or Eclipse plug-in) that does the "opposite" of what SitePoint's handy <a href="http://www.sitepoint.com/dustmeselectors/" rel="nofollow noreferrer">Dust-Me Selectors</a> does. Briefly, I want to be able to go to a page and get a summary of all the class and id attribute values that are specified in the HTML markup. Dust-Me is more stylesheet-centric, in that it compares the used and unused STYLESHEET selectors to what appears on the page. I need to find classes and ids that are specified in the page, but have no corresponding stylesheet selector, or no stylesheet at all for that matter.</p> <p>The venerable <a href="https://addons.mozilla.org/en-US/firefox/addon/60/" rel="nofollow noreferrer">Web Developer</a> extension for Firefox does exactly this, EXCEPT, it's overlayed on the rendered page, which is not quite what I need. I'd like output more akin to Dust-Me; i.e., a summarized list.</p> <p>Sure, I can do this with command-line grep... except that I can't, because I'm dealing with JSF, and I wanted to see what the rendered output in the browser is.</p> <p>Another reference is <a href="http://primercss.com/" rel="nofollow noreferrer">PrimerCSS</a>. It does "sort of" what I want, but I'm looking for a more on-the-fly, Firefox solution; and again, a list-- not a template. <a href="http://primercss.com/" rel="nofollow noreferrer">PrimerCSS</a> makes you copy/paste the markup into a form on the site, and then comes up with a naked CSS stylesheet. Useful, but not.</p> <p>Any leads?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload