blob: 5b1c753fb0d002ba7aec3af573110f2f0c0d5ded (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<script>
function start() {
o46=(new DOMParser()).parseFromString("<menu><li></li>a a",'text/html');
document.replaceChild(o46.documentElement,document.documentElement);
o66=document.createElement('form');
o100=document.createElement('table');
o119=document.createElement('iframe');
o66.appendChild(o119);
o135=document.createElement('tfoot');
o100.appendChild(o135);
document.body.appendChild(o100);
o66.style.display='grid';
o281=document.createElement('table');
o135.appendChild(o281);
o310=document.createTextNode("{ }");
o119.style.pageBreakBefore='left';
o418=document.createElement('th');
o100.appendChild(o310);
o281.appendChild(o418);
o135.style.display='table-row-group';
document.documentElement.style.columnCount='59';
setTimeout(f2, 4);
}
function f2() {
o100.setAttribute('style'," transition-delay: 128ms; padding-right: 5rem");
o418.appendChild(o66);
setTimeout("location.reload()",800);
}
</script>
<body onload="start()"></body>
|