tor-browser

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

bug1001372.js (465B)


      1 var lfcode = new Array();
      2 lfcode.push = loadFile;
      3 lfcode.push("");
      4 lfcode.push("");
      5 lfcode.push("3");
      6 lfcode.push("");
      7 lfcode.push("");
      8 lfcode.push("");
      9 lfcode.push("");
     10 lfcode.push("4");
     11 lfcode.push("");
     12 lfcode.push("0");
     13 lfcode.push("gczeal(2);");
     14 lfcode.push("\
     15    var g = newGlobal({newCompartment: true});\
     16    g.parent = this;\
     17    g.eval('new Debugger(parent).onExceptionUnwind = function() {};');\
     18    ");
     19 function loadFile(lfVarx) {
     20  evaluate(lfVarx);
     21 }