tor-browser

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

bug-1055219.js (87B)


      1 gczeal(13);
      2 function A() {};
      3 A.prototype = [];
      4 function B() {};
      5 B.prototype = new A();