tor-browser

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

438981-1.xhtml (264B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <body id="realbody">
      3 </body>
      4 <body style="background:blue;">
      5 </body>
      6 <script>
      7 if (document.body != document.getElementById("realbody")) {
      8  document.body.appendChild(document.createTextNode("FAIL"));
      9 }
     10 </script>
     11 </html>