ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can i completely disable tabs since the tabs are no longer placed on bottom of the top of the screen. tabs are no long useful and will not be used.

  • 9 ردود
  • 1 has this problem
  • 10 views
  • آخر ردّ كتبه cor-el

more options

Since you have removed the option to lower tabs to the bottom of the top where they used to be the tabs are no longer useful and take up space how can I remove them completely since they are now just taking up screen space. It takes just as much time to click on the open windows in the task bar as it does to use tabs in the top of the screen so now I am just going to open everything in a new window and remove the tabs. I will not use an add on for this.

Since you have removed the option to lower tabs to the bottom of the top where they used to be the tabs are no longer useful and take up space how can I remove them completely since they are now just taking up screen space. It takes just as much time to click on the open windows in the task bar as it does to use tabs in the top of the screen so now I am just going to open everything in a new window and remove the tabs. I will not use an add on for this.

الحل المُختار

I obviously read your post and posted an additional option if add-ons were not suitable for you.

If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in the file */

#TabsToolbar { -moz-box-ordinal-group: 99 !important }

Read this answer in context 👍 0

All Replies (9)

more options

You can use either of the following add-ons.

If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in the file */

#TabsToolbar { -moz-box-ordinal-group: 99 !important }

more options

Please do not post addons they are not an option.

more options

الحل المُختار

I obviously read your post and posted an additional option if add-ons were not suitable for you.

If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in the file */

#TabsToolbar { -moz-box-ordinal-group: 99 !important }

Modified by Moses

more options

yes I did read it. you however still posted addons that were requested not to be shown.

more options

thank you for your quick support. But for future reference if a person requests info with the use of addons don't give addon links.

more options

I use Clippings to paste my responses since so many people request it. I'm sorry I didn't customize it to one person. You could've simply ignored it and tried the userChrome.css alternative.

more options

yes I could have but your response looked like my request was ignored. Sorry about the miss communication and thank you. I get so much tech support now days where people don't read what the problem is only the first 2 sentences.

more options

I understand. But do you know how annoying it is to type the same thing about 10 times a day or more? Clippings is a life saver for Firefox support.

So have you tried the userChrome.css solution?

more options

You can use these steps to create the chrome folder and the userChrome.css file within this folder:

  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist.
  • Use a plain text editor like Notepad to create a (new) userChrome.css or userContent.css file in this folder (the names are case sensitive).
  • Paste the code in the userChrome.css or userContent.css file in the editor window and make sure that the userChrome.css file starts with the default @namespace line.
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.

Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt or userContent.css.txt file.

You can paste these lines in the userChrome.css file.

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

#TabsToolbar{-moz-box-ordinal-group:10000!important}