Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

How can i change about:config file ? where is it saved ?

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 7 wyświetleń
  • Ostatnia odpowiedź od cor-el

more options

I see that it is impossible to start private browsing and navigate url in this private browsing programmaticaly.

So it seems like this may be a solution for me.

Which file does hold about:config ? So i can change it to start private browsing as default with a software and when done revert it to back.

Thanks.

I see that it is impossible to start private browsing and navigate url in this private browsing programmaticaly. So it seems like this may be a solution for me. Which file does hold about:config ? So i can change it to start private browsing as default with a software and when done revert it to back. Thanks.

Wybrane rozwiązanie

It might be this setting:

browser.privatebrowsing.autostart

Try setting it to true.

Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

It might be this setting:

browser.privatebrowsing.autostart

Try setting it to true.

more options

Prefs that do not have the default value have their modified value stored in the prefs.js file in the Firefox profile folder.

You can create a user.js file with this line to make Firefox start in Private Browsing mode.

  • user_pref("browser.privatebrowsing.autostart", true);

Firefox read the user.js file on every start, so as long as this file is present then Firefox will start in Private Browsing mode.
You can either move (copy) or rename this file to enable and disable it.