22
submitted 1 year ago by Fabrik872@apollo.town to c/firefox@lemmy.ml

Is there a add-on or something to store my about:config settings in cloud so when i distrohop i dont have to set it manually?

you are viewing a single comment's thread
view the rest of the comments
[-] JubilantJaguar@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

Put the changes in a user.js file in your Firefox profile directory (the same one that probably already has prefs.js and logins.js).

Use this format (same as about:config):

user_pref("dom.security.https_only_mode", true);
user_pref("ui.systemUsesDarkTheme", 1);

Then sync or backup the whole directory, excluding the "cache" subdirectories to save space.

(Pet peeve: Firefox, please use $HOME/.cache/ like every other app!)

You might try losing everything but the .json and .sqlite files. Have not checked, but that is probably enough. Only missing paths are regenerated when you launch Firefox.

this post was submitted on 16 Jul 2023
22 points (100.0% liked)

Firefox

17302 readers
755 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS