tor-browser

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

bug1046597.js (90B)


      1 a = {}
      2 b = __proto__
      3 for (i = 0; i < 10; i++) {
      4    __proto__ &=  a
      5    a.__proto__ = b
      6 }