tor-browser

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

545291-1.html (201B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 var textNode = document.createTextNode("x");
      7 textNode.__proto__.__proto__ = Components;
      8 textNode.__lookupSetter__("canCallMethod")();
      9 
     10 </script>
     11 </head>
     12 </html>