How to get multi-row bookmarks bar?
For years I've used a userchrome script to show multiple rows of bookmarks, but it no longer works in Firefox 66! Does anyone know what's gone wrong, or a way this can be… (funda kabanzi)
For years I've used a userchrome script to show multiple rows of bookmarks, but it no longer works in Firefox 66!
Does anyone know what's gone wrong, or a way this can be fixed?
I cannot function without multi-row bookmarks! I have over 25,000 bookmarks, all neatly organized into folders across five rows of bookmarks. there's no way I could cram all those categories into one single, solitary row.
It's a shame that Firefox has never seriously supported the bookmark bar. It's always been buggy, ugly, cumbersome to use, and never felt very "solid". The menu also has a tendency to disappear, making it hard to organize and drag bookmarks and folders around.
Multirow on Firefox Quantum
I am trying very hard to use Firefox Quantum and move on from Firefox 56, and the one thing that most drives me crazy is the single row for tabs. I've tried implementing … (funda kabanzi)
I am trying very hard to use Firefox Quantum and move on from Firefox 56, and the one thing that most drives me crazy is the single row for tabs.
I've tried implementing workarounds with the userChrome.css, such as the one found here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme/tree/master/Multirow%20and%20other%20functions/Multirow%20tabs — but all my attempts have failed.
Does anyone know of another solution?
It's been horrible using a browser with only one row for tabs. It's very hard to find the tabs I want and to manage my open tabs, even using the menu which shows all of them. I often have no idea of how many tabs I have open, and I often end up with multiple tabs for the same page because I am not aware that it is already open or because it would take too long to find it.
With Firefox 56 and Tab Mix Plus, I usually had around 40 to 50 tabs open most of the time, and when I'm researching stuff this number easily gets to the hundreds for a while. With Firefox Quantum I have been unable to manage my tabs properly: I end up with much more tabs than I really need and it's hard to keep then organized.
I feel like I am struggling to save a marriage that can't be saved. I don't want to leave Firefox, but it's becoming unbearable. Feel free to suggest another browser as a solution to my problem.
How can I install a second bookmarks toolbar, again in V66.0.1?
Last year, timeout14 posted "How can I install a second bookmarks toolbar?". The chosen solution was: "Hi, you will need to use userChrome.css for that. Info on how to us… (funda kabanzi)
Last year, timeout14 posted "How can I install a second bookmarks toolbar?". The chosen solution was:
"Hi, you will need to use userChrome.css for that. Info on how to use it etc., is here https://www.userchrome.org/what-is-userchrome-css.html"
This worked fine until I was stupid enough to update Firefox Quantum to 66.0.1 (64-bit) which, of course, screwed it up.
Does anyone have a fix or should I stop trusting Firefox updates (sic) and go back to the earlier version?
bookmark toolbar via userchrome.css broke with 66/66.0.1 update
I've used userChrome.css since 57 I believe to have a two row bookmark toolbar. The .css files is currently: /*AGENT_SHEET*/ /* Firefox 57+ userChrome.css tweaks *******… (funda kabanzi)
I've used userChrome.css since 57 I believe to have a two row bookmark toolbar. The .css files is currently:
/*AGENT_SHEET*/
/* Firefox 57+ userChrome.css tweaks ****************************************************/ /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ /* by Aris (aris-addons@gmx.net)*********************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/
- personal-bookmarks {
display: block;
}
- personal-bookmarks #PlacesToolbar {
display: block; min-height: 0px; overflow-x: hidden; overflow-y: auto; max-height: 999px;
}
- personal-bookmarks #PlacesToolbar > hbox {
display: -moz-stack !important; left: 0px; right: 0px; width: 100%;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarItems {
overflow-x: visible; overflow-y: visible;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box {
display: block;
}
- personal-bookmarks #PlacesToolbar > .bookmark-item{
visibility: visible !important;
}
- personal-bookmarks #PlacesToolbar .chevron{
display: none;
}
- personal-bookmarks #PlacesToolbar > hbox > hbox{
overflow-x: hidden; overflow-y: hidden;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"],
- personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator{
display: none;
}
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item{
padding-top: 2px; padding-bottom: 2px; /*margin-left: -4px !important; padding-right: 9.5px !important;*/
}
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {
padding-top: 2px !important; padding-bottom: 2px !important; /*-moz-padding-start: 4px; -moz-padding-end: 2px;*/
}
- personal-bookmarks #PlacesToolbar toolbarseparator{
-moz-appearance: none !important; visibility: visible !important; display: inline; text-shadow: none !important; border-left: 3px solid ThreeDShadow !important; border-right: 3px solid ThreeDHighlight !important; vertical-align: middle;
}
- personal-bookmarks toolbarbutton.bookmark-item[dragover][open]{
-moz-appearance: toolbarbutton;
}
- navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar):not(#TabsToolbar) {
max-height: 50px !important;
This is no longer working in 66/66.0.1.
What needs to be adjusted to make this functional again in the latest updates?
Thanks!
R
My multiple rows tabs in FF now appear as a single line instead of multiple rows. Why and how do I fix it?
My multiple rows tabs in FF now appear as a single line instead of multiple rows. Why and how do I fix it?
Yesterday I lost the multi-row bookmark toolbar. How do I get it back?
Yesterday the bookmarks toolbar was two rows. Now it is one. I need to have it changed back immediately
How is it possible to use multirow bookmark toolbar in FF ESR 60 standalone (tar.bz2) on Debian 9 with Cinnamon?
I have a Debian 9.5 (stable) with Cinnamon DE. I didn't want to use backports repositories, so I downloaded the Firefox Quantum ESR tar.bz2 file and unpacked it. By defau… (funda kabanzi)
I have a Debian 9.5 (stable) with Cinnamon DE. I didn't want to use backports repositories, so I downloaded the Firefox Quantum ESR tar.bz2 file and unpacked it.
By default, there are no possibilities to extend the bookmarks toolbar for more than 1 row. Pre-Quantum FFs had an extension to solve this issue but that doesn't work anymore. I tried a lot of solutions recommended on Github or Reddit but none of them were able to provide a working solution.
Do you have any idea?