tor-browser

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

install_serviceworker.html (224B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>Install Service Worker</title>
      5    </head>
      6    <body>
      7        <script>
      8            navigator.serviceWorker.register("serviceworker.js");
      9        </script>
     10    </body>
     11 </html>