Add line breaks and indentation to compressed JavaScript so its structure becomes visible.
function a(){if(x){return 1;}return 2;}
function a(){
if(x){
return 1;
}return 2;
}
Never. It is treated purely as text — nothing on this page runs the code you paste.
No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.
There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.