Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Something Witty
Jan 24, 2009
Fun Shoe

FRINGE posted:

They need tabs on bottom.

Add:

code:
#TabsToolbar {
  -moz-box-ordinal-group: 3 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
to your userchrome.css

Kinda janky, some transparency might be messed up and I also had to enable the titlebar for it not look like garbage. This and other (possibly out-of-date) tweaks here (not mine).

Something Witty fucked around with this message at 09:06 on Jul 29, 2018

Adbot
ADBOT LOVES YOU

Something Witty
Jan 24, 2009
Fun Shoe
To add to the previous, I highly recommend the user.js config posted at https://github.com/ghacksuserjs/ghacks-user.js. Using it enforces about :config settings for locking down FF from a privacy/security perspective. It also documents and describes each recommended change and links to supporting evidence behind their reasoning. i.e. Configuring certain settings when used in conjunction with ResistFingerprinting may conversely make you more identifiable.

I was also (slightly) surprised about how many telemetry and leaky settings are still enabled even when you disable and lock down the browser through the options and using extensions.

Be warned that the default config WILL need editing and tweaking before you use it, unless you want to lose things like your browsing history. Make sure to backup your current profile or start a fresh one.

It probably took me couple of hours to tweak the config, however every setting is commented and documented, and the wiki contains lots of detail about the process. The configs are also updated regularly for each new Firefox version. You may experience site breakage depending on your final config and the sites you use, however it's been surprisingly painless for me.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply