CatObfuscator is a simple HTML obfuscator built entirely in HTML + JavaScript.
It encodes your HTML (including any inline CSS or JS) into a form that's hard to read, while still being fully functional when loaded in a browser.
- Obfuscates HTML code directly in the browser.
- Works with inline CSS and JS.
- No Node.js or backend required โ 100% client-side.
- Lightweight and fast.
- Dark/neutral style for a cool, "techy" vibe.
- Open
index.htmlin a browser. - Paste your HTML code into the Input box.
- Click the Obfuscate button.
- Copy the obfuscated code from the Output box.
- Save it as a
.htmlfile to use anywhere.
- Only obfuscates code in the HTML file itself. External JS or CSS files are not automatically obfuscated.
- The obfuscation is mainly for readability protection, not security.
MIT License โ use it freely, adapt it, and have fun!