tor-browser

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

bug1264561.js (129B)


      1 var r = RegExp("");
      2 var s = "";
      3 s += "".replace(r, Function("x"));
      4 for (var x = 0; x < 5; x++) {
      5    s += "".replace(r, this);
      6 }