Low latency HTML parser/rewriter with CSS selector API
Low output latency streaming HTML parser/rewriter with CSS selector-based API
lol-html$ lol-html --selector 'div.content' --rewrite '<span>Modified</span>'$ cat large-file.html | lol-html --selector 'img' --attribute 'src' 'new-cdn-url'$ lol-html --selector 'script' --remove < input.html > output.html