tor-browser

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

bug1571289.js (78B)


      1 class C66 {
      2    0 = class {
      3        static set name(x) {}
      4    };
      5 }
      6 new C66();