Life & fun · September 25, 2023
Generate a concatenated file of all CSS used on a given website
In plain words
This tool crawls a website and combines all CSS files into a single concatenated file for download. It's designed for web developers who want to audit, backup, or analyze all styling rules used across a site in one place. The tool automatically discovers and merges CSS from multiple sources into a unified output.
written from the facts on this page · September 2026
Does the same job
all alternatives →- ACA Chrome extension that extracts used CSS and combines it into one file2018 · ▲40
just wanted to share this useful tool with you. I have been looking at something like this for a very long time. https://chrome.google.com/webstore/detail/css-used/cdopjfddj... what it does: it analyses your html dom and looks for css classes. Then it extracts it all and combines it into 1 single css file. I used 5 css framworks which was on 340kb kb. This tool made it 36kb!


- GAGenerate a static website from any back end2020 · sitesauce.app · ▲186
- ACA CSS file that reshapes the web2020 · github.com · ▲14

More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 27d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io