Launch Tor Browser without Tor Network
Steps
- Goto the
tor browser
installed directory and run ./firefox -p
to start firefox profile manager
- Create
a new profile
named unsafe
- Use
./firefox -P unsafe
to launch tor browser
with unsafe
profile.
- Goto
about:config
and set the following optionsuser_pref("extensions.torlauncher.start_tor", false);
user_pref("network.dns.disabled", false);
user_pref("network.proxy.type", 0);
References
- https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/40160
- https://forums.whonix.org/t/tor-browser-10-without-tor/10313/6