mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-15 09:30:20 +00:00
20 lines
340 B
HTML
20 lines
340 B
HTML
<html>
|
|
<head>
|
|
|
|
<script>
|
|
|
|
function init() {
|
|
window.removeEventListener("load", init, false);
|
|
|
|
var fr = document.getElementsByTagName("iframe")[0];
|
|
var b = fr.contentDocument.body;
|
|
|
|
fr.parentNode.removeChild(fr);
|
|
b.parentNode;
|
|
}
|
|
|
|
window.addEventListener("load", init, false);
|
|
|
|
</script>
|
|
|
|
</head><body><iframe></iframe></body></html> |