tor-browser

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

bug728033.js (96B)


      1 a = {}
      2 o14 = [].__proto__
      3 function g(o) {
      4  o.f = o14
      5 }
      6 for (let i = 0; i < 50; i++) {
      7  g(a)
      8 }