tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
bug1783555.js (66B)
1
var
src
=
"(.?)"
.
repeat
(
65536
);
2
try
{
3
""
.
match
(
src
);
4
}
catch
{}