tor-browser

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

bug819794.js (96B)


      1 x = [];
      2 x[2] = 1;
      3 x.unshift(0);
      4 x.unshift(0);
      5 x.sort(function() {
      6        return Math.abs(4)
      7 })