tor-browser

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

bug877936-2.js (128B)


      1 rex = RegExp("()()()()()()()()()()(z)?(y)");
      2 a = ["sub"];
      3 a[230] = '' + "a"
      4 f = Function.apply(null, a);
      5 "xyz".replace(rex, f);