JS obfuscator

Lightly obfuscate JavaScript to make it harder to read.

This is a simple obfuscation that makes code harder to read at a glance. It is reversible, so it is not sufficient for security or license protection. It uses eval, so it may not run in environments with a strict CSP.