Put the config settings in a user.js
file and save it in the root directory of your Firefox profile. It should look something like this:
user_pref("always-show.config.setting", false);
user_pref("hide-sidebar.config.setting", true);
shishk what ya momma gave ya!
Put the config settings in a user.js
file and save it in the root directory of your Firefox profile. It should look something like this:
user_pref("always-show.config.setting", false);
user_pref("hide-sidebar.config.setting", true);
I’m not assuming OP is a woman. I’m assuming OP is probably a middle aged man pretending to be a woman
You normally work 7 days a week and you’re the only attractive woman that works as a bartender on the beach at a vacation destination?
Imagine if men had an actual need for an app like this
I wasn’t sure what the actual preference name was so the code I gave you wasn’t accurate. This is exactly what you need in the
user.js
file:It didn’t seem to work the first time I restarted Firefox even though the value for
sidebar.visibility
was changed correcty in about:config so I edited it back toalways-show
and then right back tohide-sidebar
and now the sidebar remains hidden on startupEdit: typo