tor-browser

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

utils.js (190B)


      1 function generateParserDelay(seconds = 1) {
      2  seconds += (Math.random() / 10.0);
      3  document.write(`
      4    <script src="/loading/resources/dummy.js?pipe=trickle(d${seconds})"></script>
      5  `);
      6 }