JavaScript Minifier

A simple client-side tool to remove comments and excess whitespace to optimize your code.

Disclaimer: This is a basic, regex-based minifier. It may not work correctly on complex code. Always test your code after minification.