News Feed
  • DrugHub has agreed to fully refund all users who lost money in the SuperMarket exit scam.  
  • Retro Market has gone offline. Circumstances of the closure unknown.  
  • SuperMarket has closed following an exit scam by one of the admins.  
  • The admin of Incognito Market, Pharoah, has been arrested by the FBI several months after exit scamming.  
  • Silk RoadTorhoo mini logo
  • darknet markets list
  • Popular P2P exchange LocalMonero has announced it is closing.  

This is how you disable Javascript by default in Tor Browser in disposables : Qubes | Torhoo darknet markets

I hate that Tor Browser starts up in Whonix disposables with the weakest security setting and Javascript enabled. Here's how to change it:
1. open a terminal in the whonix-workstation-17-dvm template
2.
sudo vi /rw/config/rc.local
3. add this:
cat >>/var/cache/tb-binary/.tb/tor-browser/Browser/defaults/pref/autoconfig.js <<'EOF'
pref("general.config.filename", "tor-browser.cfg");
pref("general.config.obscure_value", 0);
EOF

cat >>/var/cache/tb-binary/.tb/tor-browser/Browser/tor-browser.cfg <<'EOF'
// TORBROWSER DEFAULTS
lockPref("browser.security_level.security_slider", 1);
lockPref("intl.language_notification.shown", true);
lockPref("javascript.enabled", false);
EOF

chown -R user:user /var/cache/tb-binary/.tb/tor-browser/Browser

4. shut down the template
5. start tor browser in a whonix disposable and check your settings

idk why Tor Browser ppl seem so keen to not let you change that security slider but I tried both distribution/policies.json and user.js, and neither let you set the slider down to safest. only lockPref does it?? You can set javascript.enabled false in user.js if you don't want to lockPref it but you can't do that in distribution/policies.json either.

Credit: a mix of
- https://torhoo.cc/go.php?u=TDNVdllYVnlZV0YxY21FPQ==# on https://torhoo.cc/go.php?u=TDNCdmMzUXZPR1V6T1RjMVlqYzNPR0kwWm1SaU1qSXlPVEE9#
- https://torhoo.cc/go.php?u=YUhSMGNEb3ZMMlYzWldscFltVTJkR1JxYzJSd2NtSTBjSGcyY25GeWVucGpjMmt5TW0wMGEyOXBZVFEwYTJNMWNHTnFjamR1WldNeWNteDRlV0ZrTG05dWFXOXVMM1J3Ynk5aGNIQnNhV05oZEdsdmJuTXZkRzl5TFdKeWIzZHpaWEl2TFM5cGMzTjFaWE12TkRFMU1qTT0=#
- and me=)
/u/HeadJanitor Moderator
3 points
1 year ago
Fantastic, write-up, /u/TheDentist. Thank you very much.
/u/TheDentist 📢
2 points
1 year ago
Thanks!
/u/Dr_Nick
2 points
1 year ago
Is this possible to do on thails OS itself?

thanks for the info
/u/TheDentist 📢
1 points
1 year ago
tails? idk about that, this is for qubes
/u/[deleted]
1 points
1 year ago
Useful thank you.
/u/Xanitforthecash
1 points
1 year ago
thanks for this, feels like booting up is a 15 min chore
/u/brbbro
1 points
1 year ago
Bro... you are a fucking god!! I have been trying to figure this out for fucking ever because every time I open a browser I have to do "about:config" and turn it off manually.

Life Saver!
/u/take0ut
1 points
1 year ago
oh tyyyyy i was tired of enabling it every fucking time.
/u/heavyweaponsguy [disp69]
1 points
1 year ago
Holy shit, thank you so much
/u/heavyweaponsguy [disp69]
1 points
1 year ago
I tried for a while to get the settings to persist in a dvm, but you can't even launch TB there. I tried looking for overriding flags to pass to the tor-browser package, renaming the dvm, a few things. Very much appreciated /u/TheDentist
/u/TheDentist 📢
1 points
1 year ago
that file /rw/config/rc.local is the one to edit to make things persist, I found it in a split ssh guide (maybe this one: https://forum.qubes-os.org/t/split-ssh/19060 but I can't check rn, qubes forums need javascript and eh, I jammed it off=)
/u/LeFundBanks_
1 points
5 months ago
Thank you