tor-browser

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

bug1439180.js (145B)


      1 h = function f(x) {
      2        x = +"NaN";
      3        return /I/ (~x);
      4    }
      5 for (var j = 0; j < 3; j++) {
      6    try {
      7        h();
      8    } catch (e) {}
      9 }