Code Comment Stripper

Remove comments from JS, HTML, Python, or SQL source.

Works Offline
Privacy First
No Login
No API

Original

Comments Stripped

About the Code Comment Stripper

Strip line and block comments from JavaScript/CSS/C-like languages, HTML/XML, Python/shell scripts, or SQL, while leaving string literals untouched.

Examples

Strip JS comments

// hello
console.log(1);

Output

console.log(1);

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-07 · Runs entirely in your browser