tor-browser

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

getElementIfPresent-not-present.js (135B)


      1 x = (/x/).exec();
      2 y = wrapWithProto((new WeakMap), x);
      3 y.length = 7;
      4 Array.prototype.push.call(y, 1);
      5 Array.prototype.reverse.call(y);