tor-browser

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

bug-1707422.js (167B)


      1 x = "a";
      2 x += +"a";
      3 x += +"a";
      4 x += x;
      5 x += x;
      6 var s = x;
      7 x += 0;
      8 y = x += 0;
      9 y += x += "a";
     10 for (let i = 0; i < 12; ++i) {
     11    try {
     12        this();
     13    } catch {}
     14 }