Javascript Compressor

v1.05, 2004.09.28

This utility removes all comments and extra white space from Javascript code. Doing this is a bit tricky because white space inside quoted text must remain intact. Your Javascript code must be free of errors and properly formatted or this utility will just make matters worse. By removing all of the extra space, the file size is greatly reduced. The compressed code is also much less readable which may discourage some people from "borrowing" it.

Use at your own risk!! Design215 makes no warranty that this utility works or is free of errors!!



     remove line feeds    Clear  Compress






Note: This page's xhtml does not validate due to the example javascript in the upper textarea.