mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
12 lines
273 B
HTML
12 lines
273 B
HTML
<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>
|