tor-browser

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

bug656252.js (206B)


      1 o14 = [undefined].__proto__
      2 function f18() {
      3  try {
      4    [] = o[p]
      5  } catch (e) {}
      6 }
      7 for (var i; i < 20; i++) {
      8  ({
      9    x: function() {
     10      return eval("o14")
     11    }
     12  }.x().__proto__ = null);
     13  f18()
     14 }