Minify JavaScript in your browser
Paste any JavaScript to strip comments and collapse whitespace down to a compact single-pass result. It tracks string literals, template literals and regular expressions, so their contents are preserved exactly.
This is a conservative minifier: it does the obvious size wins without renaming variables or rewriting your code, so valid input stays valid. Everything runs locally — nothing is uploaded, which keeps proprietary source private.