What happened to the Default Profile Directory?
HI, I have a xulstore.json file with custom settings that are normally copied by Firefox from the directory ".\browser\defaults\profile" to the new created User Profile directories. But this does not work anymore since a Firefox update. :-( Does anyone know how I can implement these settings now from the xulstore.json file? {
"chrome://browser/content/browser.xul" : { "main-window" : { "sizemode": "maximized" }, "toolbar-menubar" : { "autohide": "true" } }
}
All Replies (4)
Hi, same place :
Though am thinking what you want to do is now usserChrome : Some info and some code, some works still others not after ver 60
- https://www.howtogeek.com/334716/how-to-customize-firefoxs-user-interface-with-userchrome.css/
- http://techdows.com/2017/09/classic-theme-restorer-userchrome-css-modify-firefox-57-photon-ui.html
- https://github.com/Aris-t2/CustomCSSforFx/issues/1
- https://www.accessfirefox.org/Theme-Font-Size-Changer.php
- https://www.userchrome.org/
- https://www.accessfirefox.org/Firefox_Accessibility_Themes.php
- https://www.userchrome.org/what-is-userchrome-css.html
- http://kb.mozillazine.org/UserChrome.css
- https://github.com/axydavid/FirefoxUI/blob/master/README.md
- https://github.com/wilfredwee/photon-australis
- https://www.reddit.com/r/FirefoxCSS/
- https://www.reddit.com/r/FirefoxCSS/comments/6xyyy5/request_tabs_on_the_bottom_of_the_entire_firefox/
Note not all code in one place.
Please let us know if this solved your issue or if need further assistance.
I try to hide the Firefox Menu Tool Bar and Maximize the Firefox Main Window by default for all new created User Profile. All this is for an Unattended installation.
Hi, maybe wrong but still think it would have to be done now as usserChrome.
I need to do this settings in Firefox v52 and the userChrome.css option is for Firefox v57+. And even with the userChrome.css file i would be still stuck at the same problem because it wouldn't be copied into the new created User Profiles like the xulstore.json file.
Modified