1 2 3 4 5 6 7 8 9 10 11
<html> <head style="overflow: scroll; display: block; float: right; "> </head> <body> <script id="script"> document.documentElement.setAttribute('style', 'overflow: scroll; '); document.getElementsByTagName('head')[0].removeAttribute('style'); </script> </body> </html>