firefox: show bookmark toolbar in fullscreen mode
I want the bookmark toolbar appears when I move my cursor to the top of screen, when I in fullscreen mode.
The bookmarks in the bookmark toolbar is the most frequently used bookmarks, so I need to visit them frequently.
I'm also using Vimperator, is there a command that only list out the bookmarks in bookmark toolbar?
3 Answers
I haven't tried it myself but here is a link that says you need a firefox addon.
3The code is below, it is from mozilla support forum:
@namespace url(""); /* only needed once */
/* full screen toolbars */
#navigator-toolbox toolbar[moz-collapsed="true"]:not([collapsed="true"]) { visibility:visible!important;
}Steps:
Create the chrome folder (lowercase) in the .default profile folder if this folder doesn't exist. The
<xxxxx>.defaultfolder is under~/.molliza/folder, i.e. where firefox stores its profiles.<xxxxxx>is some weried strings different for each computer.Use a plain text editor like vim 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
The problem is solved.
As of Firefox 68, Firefox does not (by default) check for a custom userChrome.css file. Thus, the was I solved this problem on my computer was in two steps.
1. Create userChrome.css
In ~/.mozilla/<profile code>.<profile name>/ create a directory named chrome. In the chrome directory, create a file named userChrome.css with the following contents:
/* Override hiding of Bookmarks Toolbar in F11 full screen when you roll down the tabs/main toolbar src: and
*/
#navigator-toolbox[inFullscreen="true"] #PersonalToolbar { visibility: unset !important;
}2. Configure Firefox to look for userChrome.css at startup.
Copied from userchrome.org.
To make startup faster for most users, Firefox 69 will no longer look for this file automatically. You need to tell it to look. Here's how:
- In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.
- In the search box above the list, type or paste userprof and pause while the list is filtered. If you do not see anything on the list, please ignore the rest of these instructions. You can close this tab now.
- If the toolkit.legacyUserProfileCustomizations.stylesheets preference is not already set to true, double-click it to switch the value from false to true.
That change should take effect on your next startup.
More in general
"Zoraya ter Beek, age 29, just died by assisted suicide in the Netherlands. She was physically healthy, but psychologically depressed. It's an abomination that an entire society would actively facilitate, even encourage, someone ending their own life because they had no hope. Th…"