Pin Tabs - all tabs to the right
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
Krejt Përgjigjet (1)
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.
Ndryshuar