<html> <head> </head> <body style="display: none;"> <iframe id="i" src="data:text/html,text"> <script> var i = document.getElementById("i"); i.parentNode.style.display = ""; i.parentNode.style.display = "none"; </script> </body> </html>