tor-browser

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

1755770-1.html (652B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <script>
      5    window.addEventListener("load", () => {
      6      const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg");
      7      const text = document.createElementNS("http://www.w3.org/2000/svg", "text");
      8      text.setAttribute("letter-spacing", "65535pc");
      9      const node = document.createTextNode("\rï¿»ð¨\nó = ð£%?;ð©á©¿ð�");
     10      text.appendChild(node);
     11      svg.appendChild(text);
     12      document.documentElement.appendChild(svg);
     13      const rect = new DOMRectReadOnly(-128, 256, 0, 1024);
     14      node.convertRectFromNode(rect, document, {});
     15    })
     16  </script>
     17 </head>
     18 </html>