
Javascript DeObfuscator
The disobfuscation JS is the inverse of the obfuscation
What is Javascript obfuscation?
Obfuscation is to turn JS native syntax into a human unreadable code (or very difficult to understand). This work is done by Javascript Obfuscators that minify/compress the original code. This is a way to protect the code so that it is difficult to make reverse engineering. It's also a game to write source code with unreadable and unnatural syntax.
The disobfuscation JS is the inverse of the obfuscation. The goal is to rewrite / decode / deobfuscate / decrypt / uncompress the javascript obfuscated code to retrieve native JS. Tools are called unobfuscator or deobfuscator