Dan DeFelippi

Results 11 issues of Dan DeFelippi

This adds a new parameter `mark_as_read` to `register_notify_callbacks` to mark notifications as read when fetched. I also did some minor style cleanup to the JS.

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

Add proper DOM event hander (addEventListener) and full event support. See [http://dvcs.w3.org/hg/progress/raw-file/tip/Overview.html](http://dvcs.w3.org/hg/progress/raw-file/tip/Overview.html).