tor-browser

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

promise-generates-loaf-start-pos.js (130B)


      1 // The starting position of this code in the source file is 64.
      2 fetch("/common/dummy.xml").then(() => {
      3  generate_loaf_now();
      4 });