1 2 3 4 5 6 7 8 9 10 11 12 13 14
<html> <head> <style type="text/css"> html { overflow: hidden; } </style> </head> <body onload="setTimeout(function(){document.write('<body onload="parent.document.documentElement.removeAttribute(\'class\');">2</body>'); document.close();}, 0);"> 1 </body> </html>