Javascript Compressor
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.
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.