The JS-Confuser Playground is a rich code editor for obfuscating your JavaScript code.
JS-Confuser.com runs entirely in your browser, completely offline. This means your input code and actions are never sent to any remote server. You can find the source code for this website here.
JS-Confuser.com saves recently opened files in your browser's FileStorage. These files are also 100% local.
JS-Confuser.com comes with Prettier enabled by default. You can disable the auto-formatting feature by navigating to File > Format On Save > Uncheck.
The file JSConfuser.ts can be edited by navigating to Tools > Edit JSConfuser.ts. The file serves as a JSON representation for your obfuscator settings. The file is evaluated and can additionally include custom implementations.
JSConfuser.ts