tor-browser

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

bug792239.js (166B)


      1 var f = String.prototype.m = function () {
      2    return [this.m, this];
      3 };
      4 var a = "s".m();
      5 gczeal(4);
      6 evaluate("for (a = 0; a < 13; a++) {}", { noScriptRval: true });