Is there in HTML (javascript) or other static html tech can:
You could also hide the body like that:
var style = document.createElement("style"); style.innerHTML="body { display:none !important; }"; document.getElementsByTagName("HEAD")[0].appendChild(style);