tor-browser

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

bug646267.js (130B)


      1 function t(code) {
      2    var f = new Function(code);
      3    try { f(); } catch (e) { }
      4 }
      5 t("");
      6 t("");
      7 t("");
      8 t("this.function = 7;");