tor-browser

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

605264.html (175B)


      1 <!DOCTYPE html>
      2 <script>
      3 
      4 var v = document.createElementNS("http://www.w3.org/1999/xhtml", "video");
      5 v.QueryInterface(Ci.nsIObserver);
      6 v.observe(null, null, null);
      7 
      8 </script>