tor-browser

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

bug-1941599.js (169B)


      1 gczeal(4);
      2 function c() {
      3  let {
      4    object: d,
      5    transplant
      6  } = transplantableObject();
      7  for (let i = 0; i < 3000; i++) {
      8    d[i] = transplant(this);
      9  }
     10 }
     11 c();