tor-browser

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

bug634593.js (126B)


      1 this.__defineGetter__("x3", Function);
      2 parseInt = x3;
      3 parseInt.prototype = [];
      4 for (var z = 0; z < 10; ++z) { new parseInt() }