mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-12 16:25:19 +00:00
6 lines
104 B
HTML
6 lines
104 B
HTML
<script>
|
|
var table = document.createElement("table");
|
|
table.tHead = null;
|
|
table.tFoot = null;
|
|
</script>
|