Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

I am on beta how do I get out? 57 is unusable for me and I want out

  • 2 个回答
  • 7 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

I am on beta and the 57.0b3 updated this afternoon and it's completely unworkable for me. I am a classic theme user and like my tabs on bottom. I can't find anywhere how to put them back there and this is just horrible. I really hate this version and I want out of beta and out of 57. I have no clue how to get rid of it and install and earlier version like 53 maybe. I run with tons of tabs open at all times and keep all my tabs open and like them on the bottom of the address bar. It also took away the edges around the tabs, like the square blocks around them and I find this really hard to see visually and really unworkable. Also I had an additional bar with many things in it and it's gone now and none of those items are anywhere and they were data I needed. I really do not know how to get an earlier version and retain all my tabs and data.

I am on beta and the 57.0b3 updated this afternoon and it's completely unworkable for me. I am a classic theme user and like my tabs on bottom. I can't find anywhere how to put them back there and this is just horrible. I really hate this version and I want out of beta and out of 57. I have no clue how to get rid of it and install and earlier version like 53 maybe. I run with tons of tabs open at all times and keep all my tabs open and like them on the bottom of the address bar. It also took away the edges around the tabs, like the square blocks around them and I find this really hard to see visually and really unworkable. Also I had an additional bar with many things in it and it's gone now and none of those items are anywhere and they were data I needed. I really do not know how to get an earlier version and retain all my tabs and data.

被采纳的解决方案

inzaratha said

I really hate this version and I want out of beta and out of 57. I have no clue how to get rid of it and install and earlier version like 53 maybe.

Hi inzaratha, if you want to switch from beta to stable, you can install Firefox 55 (or 56, depending when it's posted) from here:

https://www.mozilla.org/firefox/all/

Your Firefox reported itself to be the 64-bit version, but if anyone reading this is using the traditional 32-bit, please see the following article before switching: How to switch from 32-bit to 64-bit Firefox.


Regarding the specific issues, which you can come back to in 6 weeks:

I am a classic theme user and like my tabs on bottom.

Other users have posted custom style rules you can apply to your Firefox to reposition the tabs "on the bottom."

It also took away the edges around the tabs, like the square blocks around them and I find this really hard to see visually and really unworkable.

I'm sure a custom style rule also can add borders to the inactive tabs. I've been using a rule like that for many years now, but it needs to be updated for Firefox 57.

Also I had an additional bar with many things in it and it's gone now and none of those items are anywhere and they were data I needed.

Can you figure out what add-on is generating the additional bar and make a list of what is on it? This probably will need to move in Firefox 57, but it's going to be question of details.

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

inzaratha said

I really hate this version and I want out of beta and out of 57. I have no clue how to get rid of it and install and earlier version like 53 maybe.

Hi inzaratha, if you want to switch from beta to stable, you can install Firefox 55 (or 56, depending when it's posted) from here:

https://www.mozilla.org/firefox/all/

Your Firefox reported itself to be the 64-bit version, but if anyone reading this is using the traditional 32-bit, please see the following article before switching: How to switch from 32-bit to 64-bit Firefox.


Regarding the specific issues, which you can come back to in 6 weeks:

I am a classic theme user and like my tabs on bottom.

Other users have posted custom style rules you can apply to your Firefox to reposition the tabs "on the bottom."

It also took away the edges around the tabs, like the square blocks around them and I find this really hard to see visually and really unworkable.

I'm sure a custom style rule also can add borders to the inactive tabs. I've been using a rule like that for many years now, but it needs to be updated for Firefox 57.

Also I had an additional bar with many things in it and it's gone now and none of those items are anywhere and they were data I needed.

Can you figure out what add-on is generating the additional bar and make a list of what is on it? This probably will need to move in Firefox 57, but it's going to be question of details.

more options

You can add code to the userChrome.css file below the default @namespace line.


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

/* tabs on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

  • 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 file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • 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 file