tor-browser

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

1035654-1.html (321B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4 <head>
      5 <script>
      6 
      7 function boom()
      8 {
      9  var video = document.createElement('video');
     10  var track = video.addTextTrack('chapters');
     11  window.meep = new TrackEvent("t", { "track": track });
     12  document.documentElement.style.expando = null;
     13 }
     14 
     15 </script>
     16 </head>
     17 
     18 <body onload="boom();">
     19 </body>
     20 
     21 </html>