I'm searching a js one-liner to delete everything inside the <html> Tag.
I want to remove the <head>, the <body> and everything else declared outside those.
document.write() will create empty page, or actually the following code:
<html>
<head></head>
<body></body>
</html>
But I am not sure if this won't clash if the code will be in external file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With