mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
11 lines
273 B
HTML
11 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>
|