tor-browser

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

812879-2.html (720B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var table = document.createElement("table");
      9  var tbody = document.createElement("tbody");
     10  var td = document.createElement("td");
     11  tbody.appendChild(td);
     12  table.appendChild(tbody);
     13  document.body.appendChild(table);
     14  td.style.marginTop = "126102421%";
     15  td.style.marginLeft = "126102421%";
     16  td.style.cssFloat = "right";
     17  td.style.pageBreakInside = "avoid";
     18 
     19  document.documentElement.offsetHeight;
     20 
     21  tbody.style.overflowX = "hidden";
     22 
     23  document.documentElement.offsetHeight;
     24 
     25  document.body.style.columns = "auto";
     26  tbody.style.color = "red";
     27 
     28  document.documentElement.offsetHeight;
     29 }
     30 
     31 </script>
     32 </head>
     33 
     34 <body onload="boom();"></body>
     35 </html>