An open API service indexing awesome lists of open source software.

https://github.com/freaktechnik/htmlyze

htmlyze visualizes the class/id structure of one or more pages using d3js. It is especially usefull when trying to get back into the CSS structure of an older project or cleaning up CSS to find potentially redundant CSS.
https://github.com/freaktechnik/htmlyze

Last synced: about 1 year ago
JSON representation

htmlyze visualizes the class/id structure of one or more pages using d3js. It is especially usefull when trying to get back into the CSS structure of an older project or cleaning up CSS to find potentially redundant CSS.

Awesome Lists containing this project

README

          

htmlyze
======

htmlyze visualizes the class/id structure of one or more pages using [d3js](http://d3js.org). It is especially usefull when trying to get back into the CSS structure of an older project or cleaning up CSS to find potentially redundant CSS.

CORS
----
As htmlyze fetches a pages content using JS, loading pages on another domain that does not have a CORS header stating it to be safe to be loaded by the page will fail.

[License](LICENSE)
----------------