Is it possible to have two bookmark bars?
Hello! I’m looking for a way to have two separate bookmark bars in Firefox—one for work bookmarks and one for personal bookmarks. Is there a way to set this up?
All Replies (1)
Yes, but you need to use Custom CSS.
Firstly you need to set that up.
In Firefox type about:config
in the Search/URL bar. When that opens type:—
toolkit.legacyUserProfileCustomizations.stylesheets
into the search box that appears — you probably won't have to finish typing before it shows in the list below. If it's value is false, double-click the word false and it will change to true.
Now go to about:support
. Look down the blue block on the left of the screen that will open until you come to Profile Directory. Click the Open Directory button next to it. This will open your Profile Directory in Windows Explorer, or whatever file browser your system uses.
Make a directory/folder in that called chrome
, all lower case.
In that new folder create a text file called userChrome.css
being careful to make sure there's a capital C in the middle.
Into that file paste the code from here: https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_bookmarks.css and save the file.
If you're on Windows right-click it and choose Properties to make sure it really is called userChrome.css
and not userChrome.css.txt
and rename it if needed.
Restart Firefox for it to take effect.
It's a bit of a faff to set-up but having a userChrome.css
file opens up a world of fun,