
Tabs below Bookmarks - Firefox 113 and all future releases.
Starting the quest (i.e., tilting at a huge, anonymous, darkside windmill) anew.
To the Firefox volunteers, developers, moderators, or whoever might read this that is willing and able to do something about it: Provide a means for end users to place the Tabs below the Bookmarks on screen.
Tất cả các câu trả lời (3)
Hi,
The people who answer questions here, for the most part, are other users volunteering their time (like me), not Mozilla employees or developers. If you want to leave feedback for developers, you can go to the Firefox Help menu and select Share ideas and feedback…. Alternatively, you can use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.
You can also file a bug report or feature request. See File a bug report or feature request for Mozilla products for details.
As you might know, you can use CSS code in the userChrome.css file in the chrome folder in the Firefox profile folder.
- /questions/1410524 FF 112 Tabs on the bottom beneath the bookmarks toolbar
More info about userChrome.css/userContent.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html
- https://www.userchrome.org/how-create-userchrome-css.html
- https://www.userchrome.org/firefox-changes-userchrome-css.html
In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.
- about:config => toolkit.legacyUserProfileCustomizations.stylesheets = true
- https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Firefox provides that method (userChrome.css) to alter the position of the tabs bar. I doubt you will find another browser that has the tabs bar other than at the top or a method to change the position. It used to be possible with Settings but asking for it, I suspect, is a lost cause.