tor-browser

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

1577573.html (167B)


      1 <script>
      2  function f() {}
      3  var p = new Proxy(f, {});
      4  SpecialPowers.Cu.exportFunction(f, window).name;
      5  SpecialPowers.Cu.exportFunction(p, window).name;
      6 </script>