tor-browser

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

bug1190733.js (129B)


      1 x = [];
      2 Array.prototype.push.call(x, Uint8ClampedArray);
      3 (function() {
      4    x.length = 9;
      5 })();
      6 Array.prototype.reverse.call(x);