Code Beautifier
Re-format minified or compressed JS, HTML and CSS back into readable, indented code.
Re-format minified or compressed JS, HTML and CSS back into readable, indented code.
Code Beautifier does the opposite of the minifier — it takes a single-line, whitespace-stripped blob of JS, HTML or CSS and restores proper indentation, line breaks and readability.
If the beautified output still looks mangled, the source was obfuscated (variable names replaced with gibberish). Beautifiers restore whitespace, not semantics.