tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
terminate.js (59B)
1
(
function
f
()
{
2
postMessage
(
1
);
3
setTimeout
(
f
,
0
);
4
})();