tor-browser

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

clock.js (91B)


      1 setTimeout(function () {
      2    document.getElementById('clock').value = new Date();
      3 }, 1000);