Browser-Local Code Processing
Your JavaScript is processed only in the current browser. It is not uploaded to the server or stored in the database, which makes the tool suitable for snippets, scripts, and quick frontend cleanup.
Footprints
Open the places and fragments left along the way
constructionTools
A growing place for small tools and experiments
personAbout
Learn who I am and what this site keeps circling back to
Theme
Switch to a reading atmosphere that fits the moment
Recent Status
Most AI coding tools now support multi-agent workflows, meaning you can build different features in parallel. But in practice—even on small…
Toolbox
Obfuscate JavaScript locally in your browser with the open-source javascript-obfuscator library, including compact output and string-array obfuscation.
Paste JavaScript code and the browser-local obfuscated result will appear here.
Your JavaScript is processed only in the current browser. It is not uploaded to the server or stored in the database, which makes the tool suitable for snippets, scripts, and quick frontend cleanup.
This tool is built with javascript-obfuscator under the BSD-2-Clause License. The page wraps the library locally in the browser and does not submit your code to this site's server.
No. The obfuscation step runs in the current browser and does not call this site's server APIs.
It uses the open-source javascript-obfuscator library and is useful for temporary snippet or script obfuscation. This page keeps heavier options such as control-flow flattening and dead-code injection disabled for browser-side use.
Removed comments and formatting whitespace cannot be restored automatically. Keep your original source before using the result.