Reduce Code Size Tool
Recently, I added some js files to my website. I notice that the code contains too much comments, white spaces, empty lines, etc. So, I decided to optimize it by removing all that stuff. Instead of doing that by editing the code, I decided to write a tool that can finish this job :)
Here are some screenshots:

The design is simple, because it will make work faster and because I’m a bad designer, too :)

After your code is optimized, you can see a simple statistic about the result (original code length and the output code length).
You check out the Reduce Code Size Tool HERE.
P.S. I’ll be very thankful to hear your opinions about the tool (bugs, ideas for features, etc).
