tor-browser

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

bug825379.js (124B)


      1 x = this
      2 y = {}
      3 y.v = "";
      4 [0, 0].forEach(function() {
      5    for (p in y) {
      6        x.eval("function* f(){yield e}")
      7    }
      8 });