Skip to content

Displaying select tabs in Firefox tab bar #3161

Answered by irvinm
Foxtrek64 asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think this will be possible via userChrome.css. What you want (I think) is to have a tree\group being displayed ... which is basically the parent and its children. To do this, all you need is to show the parent tab and all tabs that have their openerTabId as the tab id of the parent. (In the case you mentioned with a flat list of children under it)

I don't think this information is exposed thru anything that CSS can inspect. I think you can only get it via the web extension API from an addon.

The idea of appending a class (or anything that CSS can inspect) is an interesting idea and that would probably work. I would think you would need to create an addon that when a tab is made t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Foxtrek64
Comment options

Answer selected by Foxtrek64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants