tor-browser

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

file-control-crash.html (507B)


      1 <!DOCTYPE html>
      2 <style>
      3 * {
      4  aspect-ratio: 1206265768.1737075 / 726190483.5455273 ! important;
      5  float: inline-start;
      6  padding-block-end: 4348105909.35903Q;
      7  column-count: 1027970145;
      8  width: min-content;
      9  border-inline-end: groove gainsboro 319302447.513733ch;
     10 }
     11 </style>
     12 <script>
     13 document.addEventListener("DOMContentLoaded", () => {
     14  const input = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
     15  document.documentElement.appendChild(input);
     16  input.type = "file";
     17 })
     18 </script>