tor-browser

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

bug716013.js (110B)


      1 f = (function*() {
      2    for (x in [arguments, arguments]) yield(gczeal(4, function(){}))
      3 });
      4 for (i of f()) {}