tor-browser

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

bug-1942402.js (93B)


      1 gczeal(21);
      2 for (
      3  let i = 300n; i--;
      4  (function () {
      5    let { ...x } = this;
      6  })()
      7 ) {}