tor-browser

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

bug699166.js (153B)


      1 a = "".__proto__
      2 b = String().__proto__
      3 for (var i = 0; i < 2; i++) {
      4    a.__defineSetter__("valueOf", function() {})
      5    a + ""
      6    delete b.valueOf
      7 }