All statements, including function declarations, must be correctly terminated with semi-colons.
Check out the
sample code.
Options
Features
Debug code(;;;)
Three semi-colons (;;;) are treated like single-line comments.
For example, this code:
;;; alert("TESTING!");
would be removed by the packer/obfuscator.
Platforms
Packed/obfucated scripts should successfully unpack on all browsers that support JavaScript. Only basic JavaScript functionality is used to decode the packed script.
There are some browsers that may not support the packer itself. The web interface requires DOM support. Legacy browsers will display a disabled interface.