tor-browser

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

bug1122839.js (134B)


      1 x = '';
      2 Object.defineProperty(this, "y", {
      3    get: function() {
      4        return x
      5    }
      6 })
      7 y
      8 x = 0
      9 x = new String;
     10 y.__proto__ = []
     11 y