Source code
Revision control
Copy as Markdown
Other Tools
<html>
<head>
<style>
#myStyle {
display: none !important;
}
#myStyle:-moz-dropdown-list {
display: none !important;
}
</style>
</head>
<body onload="getElementById('mySelect').setAttribute('id', 'myStyle');"><select id="mySelect"></select></body></html>