ObfuscateJS reduces file size and improves page speed.
An important aspect of ObfuscateJS is that it preserves the API of your scripts, important for big JS frameworks.
Here are some key features of "ObfuscateJS":
· Removes whitespace
· Removes comments
· Renames variable names with a local scope to a shorter version
· Renames all variables with a certain prefix to a shorter name
Limitations:
· Keep a copy of the obfuscated code as a back-up.
What's New in This Release: [ read full changelog ]
· The arguments keyword is not renamed anymore.