tor-browser

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

bug648357.js (54B)


      1 var x = [1, 2, 3, 4, 5, 6, 7, 8];
      2 x.pop();
      3 x.push(9);