Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Pin Tabs - all tabs to the right

  • 1 antwurd
  • 1 hat dit probleem
  • 3 werjeftes
  • Lêste antwurd fan cor-el

more options

Hi:

I really like the feature (bookmark all tabs -- to the right), and the feature (close all tabs - to the right)

I would like to PIN all tabs - to the right.

is there any way this can be done?

thankyou

Hi: I really like the feature (bookmark all tabs -- to the right), and the feature (close all tabs - to the right) I would like to PIN all tabs - to the right. is there any way this can be done? thankyou

Alle antwurden (1)

more options

Maybe try this code in the userChrome.css file.
You need to have enough tabs open the move the pinned tabs to the far right.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#tabbrowser-tabs tab[pinned] { -moz-box-ordinal-group: 2; }

Another possibility is to reverse the direction of all tabs on the tab bar.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#tabbrowser-tabs { direction: rtl; }
#tabbrowser-tabs tab { -moz-box-ordinal-group: 2; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

Make sure to create the userChrome.css file as a plain text file.

Bewurke troch cor-el op