tor-browser

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

bug1735157.js (128B)


      1 const options = ["", {}];
      2 let value = "";
      3 for (let i = 0; i < 10000; i++) {
      4    value += options[(Math.random() < 0.01) | 0];
      5 }