tor-browser

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

bug1683535-1.js (126B)


      1 function f(x, y) {
      2    (Math.log() ? 0 : Math.abs(~y)) ^ x ? x : x;
      3 }
      4 for (let i = 0; i < 52; i++) {
      5    f(0, -2147483649);
      6 }