A web crawler in Node JS that identifies the stylesheets that are hosted and loaded on the domain of the site it crawls and exports the results to CSV.
npm i
npm run nature
ornpm run bmc
- Results are in the csv directory. Import them into a Google Sheet
This solution could be adapted to also report on the use of js bundles. However we tend to dynamically build the script elements on the page which means this crawler can't assess them.