Open Firefox in Private Mode by Default
Opening a Firefox Private Window is oftentimes the first step persons who value privacy do when they open their browser. That made me think: can you configure Firefox to open in private mode by default? It turns out you can.
about:config
When you type about:config
in the address bar of Firefox, you are brought to a screen listing hundreds of options you can update to customize your Firefox experience. about:config
rightly comes with a warning that by modifying these options you may cause problems with your install; luckily the setting we want to update is simply a boolean.

browser.privatebrowsing.autostart
Update the browser.privatebrowsing.autostart
setting, which defaults to false
, to true
. Updating this setting ensures that Firefox windows and tabs open in private mode. You will need to close and reopen your browser for the updated setting to kick in.
![CSS Animations Between Media Queries]()
CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...
![Create a CSS Cube]()
CSS cubes really showcase what CSS has become over the years, evolving from simple color and dimension directives to a language capable of creating deep, creative visuals. Add animation and you've got something really neat. Unfortunately each CSS cube tutorial I've read is a bit...
![Multiple Background CSS Animations]()
CSS background animation has been a hot topic for a long time, mostly because they look pretty sweet and don't require additional elements. I was recently asked if it was possible to have multiple background animations on a given element and the answer is yes...with...
![Making the Firefox Logo from HTML]()
When each new t-shirt means staving off laundry for yet another day, swag quickly becomes the most coveted perk at any tech company. Mozilla WebDev had pretty much everything going for it: brilliant people, interesting problems, awesome office. Everything except a t-shirt.
That had to change.
The basic...
Also is available in Preferences -> Privacy -> Never remember history
Hallo, David,
same question like Fakultet:
Can I translate this article into German and link back to it? Which license applies?
Kind regards,
André
Won’t this store cookies on the private firefox mode since it now opens standardly? Or will it be a separate firefox mode everytime I open firefox?