mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
19 lines
306 B
HTML
19 lines
306 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
|
|
<script><![CDATA[
|
|
|
|
function init()
|
|
{
|
|
var select = document.getElementsByTagName("select")[0];
|
|
select.parentNode.removeChild(select);
|
|
}
|
|
|
|
window.addEventListener("load", init, 0);
|
|
|
|
]]></script>
|
|
|
|
|
|
</head>
|
|
<body><select><input/></select></body>
|
|
</html>
|