tor-browser

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

1395719.html (628B)


      1 <script>
      2 o = []
      3 window.onload = () => {
      4  a = document.createElement("body");
      5  b = document.createElementNS("http://www.w3.org/1998/Math/MathML", "math");
      6  b.setAttributeNS(null, "display", "block");
      7  c = document.createElementNS("http://www.w3.org/1998/Math/MathML", "munderover");
      8  d = document.createTextNode("\n          ");
      9  c.appendChild(d);
     10  c.appendChild(document.createElementNS("http://www.w3.org/1998/Math/MathML", "mo"));
     11  b.appendChild(c);
     12  a.appendChild(b);
     13  document.documentElement.appendChild(a);
     14  a.style.display = "inline";
     15  setTimeout(() => {
     16    d.data = "\u934F" + d.data;
     17  }, 100)
     18 }
     19 </script>