tor-browser

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

bug975290.js (112B)


      1 for (var j = 0; j < 9999; ++j) {
      2    (function() {
      3        Math.pow(Math.fround(), Math.fround(0))
      4    })();
      5 }