tor-browser

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

444431-1.html (756B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4 <script type="text/javascript">
      5 
      6 function boom()
      7 {
      8  var c = document.createElementNS("http://www.w3.org/1999/xhtml", "caption");
      9  var m = document.getElementById("m");
     10  
     11  m.insertBefore(c, m.firstChild);
     12  m.removeChild(c);
     13  document.body.style.visibility = "collapse";
     14  
     15  document.documentElement.removeAttribute("class");
     16 }
     17 
     18 </script>
     19 </head>
     20 
     21 <body onload="setTimeout(boom, 0);">
     22  <img usemap="#m" src="data:image/gif,GIF87a%02%00%02%00%B3%00%00%00%00%00%FF%FF%FF%00%00%00%00%00%00%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%2C%00%00%00%00%02%00%02%00%00%04%03%90H%12%00%3B">
     23  <map name="m" id="m"><area></map>
     24 </body>
     25 
     26 </html>