Launch Tor Browser without Tor Network
Steps
- Goto the
tor browser
installed directory and run./firefox -p
to startfirefox profile manager
- Create
a new profile
namedunsafe
- Use
./firefox -P unsafe
to launchtor browser
withunsafe
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);