tor-browser

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

bug649771.js (117B)


      1 function f(o) {
      2    f = o.constructor;
      3    eval('delete o.x');
      4 }
      5 for(var i=0; i<3; i++) {
      6    f(RegExp.prototype);
      7 }