tor-browser

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

bug517721.js (118B)


      1 try {
      2    for (var j = 0; j < 2; ++j) {
      3        if (j == 1) {
      4            ++(null[2]);
      5        }
      6    }
      7 } catch(e) {
      8 }