tor-browser

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

bug1438727.2.js (97B)


      1 var lfRandom = 0;
      2 var i = 0;
      3 while (i < 1000) {
      4    lfRunTypeId = 4 + (lfRandom % 2);
      5    i++;
      6 }