tor-browser

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

bug1054601.js (124B)


      1 (function() {
      2    for (let x = 0; x < 1; ++x) {
      3        if (x % 6 == 4) {} else {
      4            return;
      5        }
      6    }
      7 })()