title: launch tor browser without tor network date: 2024-04-07 04:28:32
tor browser
installed directory and run ./firefox -p
to start firefox profile manager
a new profile
named unsafe
./firefox -P unsafe
to launch tor browser
with unsafe
profile.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);