Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

How do I disable the tab scrolling?

more options

I hate it! I've tried changing tab size to '0' and a couple of CSS tweaks, but it's still there. It's almost disabling to me as I do internet research for a living, and need to see all my tabs at once and switch back and forth from one to another.

Please give me something that works, or I'll be forced to go back to Chrome, as much as I hate it now.

I hate it! I've tried changing tab size to '0' and a couple of CSS tweaks, but it's still there. It's almost disabling to me as I do internet research for a living, and need to see all my tabs at once and switch back and forth from one to another. Please give me something that works, or I'll be forced to go back to Chrome, as much as I hate it now.

Όλες οι απαντήσεις (3)

more options
more options

Try this code in userChrome.css

See also:

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true

See:

more options

dsa65 said

I hate it! I've tried changing tab size to '0' and a couple of CSS tweaks, but it's still there.

The browser.tabs.tabMinWidth preference can be lowered from 76 to 50 or lower, but the minimum actually implemented through that preference is 50 pixels.

What did you try in the way of CSS tweaks? The rules for letting tabs become as narrow as Chrome tabs aren't complicated, so the problem usually is one of the following:

  • chrome folder not located in the exactly correct place
  • userChrome.css file not named exactly correctly
  • in Firefox 69+, didn't set Firefox to look for userChrome.css at startup in about:config

To double-check on those steps, see: https://www.userchrome.org/how-create-userchrome-css.html