搜索 | 用户支持

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

Learn More

FULL SCREEN: Is there an extension to stop the mouse cursor from activating the toolbars?

  • 1 个回答
  • 0 人有此问题
  • 124 次查看
  • 最后回复者为 cor-el

more options

If you use Full Screen a lot you'll notice that when your mouse cursor is near the top of the screen it often activates the appearance of the Address and Menu bars and whatever other toolbars you have working. The whole screen suddenly jolts down. Then up as soon as the cursor moves down. I cannot imagine the mindset of the designer that implemented it; must have been someone poor on the keyboard that uses the mouse as much as possible. Alt+D activates the toolbar! We don't need any mouse cursor to display it. Especially as we need to type anyway to use the Address Bar. I searched Add-Ons but couldn't find anything. Any ideas of how to stop the cursor from activating the toolbars? Anything in about:config maybe? Anything I can edit in the files? Please! Let's get some sanity back to Firefox Full Screen.

If you use Full Screen a lot you'll notice that when your mouse cursor is near the top of the screen it often activates the appearance of the Address and Menu bars and whatever other toolbars you have working. The whole screen suddenly jolts down. Then up as soon as the cursor moves down. I cannot imagine the mindset of the designer that implemented it; must have been someone poor on the keyboard that uses the mouse as much as possible. Alt+D activates the toolbar! We don't need any mouse cursor to display it. Especially as we need to type anyway to use the Address Bar. I searched Add-Ons but couldn't find anything. Any ideas of how to stop the cursor from activating the toolbars? Anything in about:config maybe? Anything I can edit in the files? Please! Let's get some sanity back to Firefox Full Screen.

所有回复 (1)

more options

You can use code in userChrome.css to hide the fullscr-toggler and prevent showing the toolbars when you move the mouse pointer to the top of the window.

userChrome.css =>

*|div#fullscr-toggler { display:none!important; }