Show HN: Generate a concatenated file of all CSS used on a given website(mikaei.github.io) |
Show HN: Generate a concatenated file of all CSS used on a given website(mikaei.github.io) |
If anyone wants something more specific that gets a section's CSS and all associated styles, I built an extension for that called SnipCSS.
https://chrome.google.com/webstore/detail/snipcss/hbdnoadcma...
My extension doesn't download or parse CSS stylesheets to get styles, I use the Devtools protocol https://chromedevtools.github.io/devtools-protocol/tot/CSS/
There's also no additional info such as if this works on SPA type websites, or if it's just doing naive curl scraping. How does it handle link depth determination?
Lots of questions, few answers.