tor-browser

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

1009036.html (289B)


      1 <html>
      2 <head>
      3 <meta charset="UTF-8">
      4 <script>
      5 function boom()
      6 {
      7    var div = document.getElementsByTagName("div")[0];
      8    div.childNodes[1].convertPointFromNode({x:0, y:0}, div.childNodes[0]);
      9 }
     10 </script>
     11 </head>
     12 <body onload="boom();">
     13 <div><span>&#x05D0;C</span> </div>
     14 </body>
     15 </html>