4

So I was able to learn something really neat about firefox. Apparently you can create a user.js file that will have all your about:config settings. I wanted to export my settings from my old profile, but could not. I exported all my bookmarks though. (Perhaps should have exported profile?)

If you go:
pancake -> Help -> More TroubleShooting Information -> Profile Folder: Open Folder you get a file manager pointing to your profile directory. Here you can create a user.js to house your settings. Such as:

user_pref("widget.non-native-theme.enabled", true);
user_pref("widget.non-native-theme.scrollbar.style", 3);
user_pref("widget.non-native-theme.scrollbar.size.override", 15);

This makes the scrollbar stay and I can control style and width.

Comments
  • 0
    Also, user.js is javascript so you could write a js program to do more interesting things I suppose. Not sure what it can do in that context.
  • 3
    Finally an appropriate use for js.
  • 0
    @wendytaylor015 Do you learn it in spammer school that you should post your full name to gain trust from your victims?
  • 0
    @Lensflare wait, a spammer pasted his full name, buahahaha!
  • 0
    @Demolishun we all know that it‘s a fake name, it‘s just funny how spammers try to use those tricks. Nobody would use their real name in some random internet forum or social network in their first post.
  • 1
    that's cool, but how to do this on a decent browser?
  • 2
    @retoor Chrome is shit, Edge is MS Chrome shit, Brave is Chrome shit. Is Firefox the last big browser that doesn't completely suck?
  • 1
    @Demolishun chrome is amazing! Look at my chrome, my chrome is amazing, give it a lick, it tastes like raisins!
  • 1
    @retoor you found your stash didn't you?
  • 2
    @Demolishun I live in my stash. I don't hide it under my matras. I hide my matras under it. It's always snowing at retoor's home. I love winter sporting. I walk the line.
Add Comment