tor-browser

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

bug830045.js (83B)


      1 Array.prototype[1] = 'y';
      2 var a = [0, (8)];
      3 for (var i in a) {
      4    delete a[1];
      5 }