Minify and Obfuscate to cover your tracks

Ready.

Minification reduces the size of the code without affecting its execution. Further compression is achieved by compacting the syntax tree, shortening variable names, and removing other unnecessary clutter.

Minification is carried out using escodegen and esmangle projects.