Dan DeFelippi
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.
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.
CSSess currently considers media queries as unused selectors. It should probably ignore the media query and search for the specified selectors.
Unused selectors may not be combined from multiple URLs.
The AdBlock extension for Chrome adds CSS to the page to hide ads. They should be ignored by cssess.
cssess should display something when no unused selectors are found. Right now it does nothing.
The stylesheet should have more reset / base styles to clear existing styles.
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).