搜索 | 用户支持

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

详细了解

Disabling the mouseover to reveal the address/toolbar while in fullscreen - old method doesn't work

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

more options

For a long time I used a known method to disable the mouseover to reveal the address/toolbar while in fullscreen. It is described here link text and works via adding this line

  1. fullscr-toggler { display:none !important; }

in userChrome.css and enabling userChrome.css at about:config page. However it stopped working for me. I am currently with Firefox 85.0.

For a long time I used a known method to disable the mouseover to reveal the address/toolbar while in fullscreen. It is described here [https://support.mozilla.org/en-US/questions/1271399 link text] and works via adding this line #fullscr-toggler { display:none !important; } in userChrome.css and enabling userChrome.css at about:config page. However it stopped working for me. I am currently with Firefox 85.0.

被采纳的解决方案

Hi

div#fullscr-toggler has been moved to HTML namespace, so you need to update the code in userChrome.css

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

定位到答案原位置 👍 2

所有回复 (1)

more options

选择的解决方案

Hi

div#fullscr-toggler has been moved to HTML namespace, so you need to update the code in userChrome.css

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