tor-browser

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

bug658579.js (74B)


      1 (function () {
      2    var x = 1 || 1.2;
      3    true ? ~x : x;
      4    x >> x;
      5 })();