tor-browser

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

serviceWorker-navigate-inner-success.html (198B)


      1 <!DOCTYPE html>
      2 <script src="utils.js"></script>
      3 <body>
      4 <script>
      5 
      6 (async function() {
      7  const [navigate_key] = parseKeylist();
      8  writeValueToServer(navigate_key, 'success');
      9 })();
     10 </script>
     11 </body>