About this javascript obfuscator
This JavaScript obfuscator makes your code harder to read at a glance by renaming local identifiers to hex-style names, encoding string literals as hex escapes or base64 with a runtime decoder, optionally inserting junk code, and stripping whitespace. Everything runs locally in your browser, so your source never leaves your machine. Be honest about what this is: light obfuscation deters casual copying and reverse engineering, but it is not real protection and a determined reader can undo it. Use it to discourage tampering, not to secure secrets.