tor-browser

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

bug1359622.js (113B)


      1 var g = newGlobal({ discardSource: true });
      2 g.evaluate(`
      3  unescape(class get { static staticMethod() {} });
      4 `);