cssess icon indicating copy to clipboard operation
cssess copied to clipboard

JS tool to scan websites for unused CSS selectors

Results 9 cssess issues
Sort by recently updated
recently updated
newest added

Getting a reference error in chrome, Line 355: ``` if (!JDROPVIEW) { ``` Should be: ``` if (!window.JDROPVIEW) { ```

Users should be able to manually add additional URLs to check.

enhancement

Add the option to load URLs from a sitemap.

enhancement

Due to cross-domain security CSSess can't be used for sites with a CDN on another domain or across multiple sites. Investigate implementing in NodeJS.

enhancement

CSSess currently considers media queries as unused selectors. It should probably ignore the media query and search for the specified selectors.

bug

Unused selectors may not be combined from multiple URLs.

bug

The AdBlock extension for Chrome adds CSS to the page to hide ads. They should be ignored by cssess.

enhancement

cssess should display something when no unused selectors are found. Right now it does nothing.

enhancement

The stylesheet should have more reset / base styles to clear existing styles.

enhancement