tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
handler-sw.js (59B)
1
onfetch
=
e
=>
{
2
e
.
respondWith
(
fetch
(
"handler.html"
));
3
}