tor-browser

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

bug1002797.js (444B)


      1 var lfcode = new Array();
      2 lfcode.push("");
      3 lfcode.push("0");
      4 lfcode.push("newGlobal(\"1\").eval(\"(new Debugger).addAllGlobalsAsDebuggees();\");\n");
      5 while (true) {
      6    var file = lfcode.shift(); if (file == undefined) { break; }
      7    loadFile(file)
      8 }
      9 function loadFile(lfVarx) {
     10    try {
     11      if (lfVarx.substr(-3) != ".js" && lfVarx.length != 1) {
     12        evaluate(lfVarx); 
     13      } else if (!isNaN(lfVarx)) {}
     14    } catch (lfVare) {    }
     15 }