tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

757413.xhtml (1500B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <script>
      4 function aC(r, n) { if (r) { r.appendChild(n); } else { rM(n); } }
      5 function iB(r, n) { if (r) { r.parentNode.insertBefore(n, r); } else { rM(n); } }
      6 allNodes = [];
      7 allNodes[0] = document.documentElement;
      8 allNodes[50] = document.createTextNode("Foo");
      9 allNodes[63] = document.createElementNS("http://www.w3.org/1999/xhtml", "tr");
     10 allNodes[73] = document.createElementNS("http://www.w3.org/1999/xhtml", "select");
     11 allNodes[76] = document.createElementNS("http://www.w3.org/1999/xhtml", "option");
     12 (allNodes[73] || allNodes[72] || allNodes[63] || allNodes[44] || allNodes[5] || document.documentElement).appendChild(allNodes[76]);
     13 allNodes[78] = document.createTextNode("\n ");
     14 (allNodes[63] || allNodes[44] || allNodes[5] || document.documentElement).appendChild(allNodes[78]);
     15 allNodes[88] = document.createElementNS("http://www.w3.org/1999/xhtml", "legend");
     16 allNodes[89] = document.createTextNode("Your name");
     17 allNodes[98] = document.createTextNode("\n  ");
     18 allNodes[125] = document.createElementNS("http://www.w3.org/1999/xhtml", "option");
     19 allNodes[0].style.columnCount = "115";
     20 aC(allNodes[88], allNodes[98]);
     21 iB(allNodes[98], allNodes[63]);
     22 allNodes[63].style.cssFloat = "right";
     23 aC(allNodes[0], allNodes[88]);
     24 aC(allNodes[88], allNodes[125]);
     25 iB(allNodes[88], allNodes[73]);
     26 function run() {
     27 iB(allNodes[78], allNodes[89]);
     28 aC(allNodes[76], allNodes[50]);
     29 }
     30 document.body.offsetHeight;
     31 setTimeout(run, 0);
     32 </script>
     33 </head>
     34 </html>