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.
- Host: GitHub
- URL: https://github.com/freaktechnik/htmlyze
- Owner: freaktechnik
- License: mit
- Created: 2014-01-01T21:44:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T11:14:52.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T20:46:56.291Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://humanoids.be/lab/htmlyze
- Size: 156 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
----------------