tor-browser

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

004.js (76B)


      1 var t = setInterval(function() {
      2  postMessage(1);
      3 }, 10);
      4 clearInterval(t);