mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
5 lines
104 B
HTML
5 lines
104 B
HTML
<script>
|
|
var table = document.createElement("table");
|
|
table.tHead = null;
|
|
table.tFoot = null;
|
|
</script>
|