在全屏模式下使用 HTML5 播放器观看流媒体视频时尤其会出现问题。
目前我的解决方法是取消加载,然后希望播放器会重置并从那时起只加载视频。老实说,我希望能够直接关闭文本。
答案1
有附加组件可以做到这一点,例如状态-4-Evar。
在附加组件选项中,设置Show status in:
为None
禁用状态栏中的消息。
您也可以这样做手动带有配置文件。
导航到您的配置文件文件夹 ( "%APPDATA%\Mozilla\"
),然后转到chrome
那里的文件夹,如有必要,请创建它。在chrome
文件夹中,创建一个名为userChrome.css
将以下内容粘贴到该文件中:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
.statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}
statuspanel {display:none!important}
statuspanel {max-width:90%!important}
statuspanel[type="overLink"] .statuspanel-label
statuspanel[type="status"] .statuspanel-label[value^="Looking"]
statuspanel[type="status"] .statuspanel-label[value^="Connect"]
statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
statuspanel[type="status"] .statuspanel-label[value^="Transfer"]