tor-browser

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

bug642326.js (148B)


      1 load(libdir + "immutable-prototype.js");
      2 
      3 if (globalPrototypeChainIsMutable())
      4  this.__proto__ = null;
      5 
      6 gczeal(2);
      7 gc();
      8 var box = evalcx('lazy');