tor-browser

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

file_userContextId_openWindow.serviceworker.js (69B)


      1 onnotificationclick = () => {
      2  clients.openWindow("empty.html");
      3 };