为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

How to disable the status text without using Status4Evar

  • 6 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 Nashy19

more options

I want to disable the status-bar text with pops up at the bottom when you hover over a URL. The reason is simply because I find the flashing annoying, if I want to see where a hyperlink goes I usually look at it's properties.

The most common solutions seem to be edit the userChrome.css file (this has no effect for me), or use the Status4Evar addon. The addon does work but it causes another problem and moves the downloads pop-up way over to the bottom left, as shown here: http://imgur.com/XyLkX30

I also tried "The Addon Bar (Restored) but it doesn't seem to remove the status text.

Is there another way?

Thanks.

I want to disable the status-bar text with pops up at the bottom when you hover over a URL. The reason is simply because I find the flashing annoying, if I want to see where a hyperlink goes I usually look at it's properties. The most common solutions seem to be edit the userChrome.css file (this has no effect for me), or use the Status4Evar addon. The addon does work but it causes another problem and moves the downloads pop-up way over to the bottom left, as shown here: http://imgur.com/XyLkX30 I also tried "The Addon Bar (Restored) but it doesn't seem to remove the status text. Is there another way? Thanks.

由Nashy19于修改

被采纳的解决方案

Does other code in the file work?

#urlbar *, #FindToolbar *, #search-container * { font-size:15pt!important; }

Can you post the full content of the userChrome.css file?


  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad 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
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file
定位到答案原位置 👍 0

所有回复 (6)

more options

Did you find this thread: Disable status bar without add-on? Note that there is an updated rule for the userChrome.css in case you tried the older one, the main point being to use the statuspanel selector. Also, inconveniently, you need to exit Firefox and start it up again to force a re-read of a changed userChrome.css file.

more options

Hi, I hadn't seen that thread yet. I tried the second block of userChrome.css code there with the statuspanel and restarted, but it looks like it had no effect.

more options

See this more recent thread:

more options

I am using the same code, strangely it has no effect. Is there something I can use to test the userChrome file?

I noticed the note about disabling/enabling Adblock Plus, but I have tried it in safe mode with all addons disabled.

more options

选择的解决方案

Does other code in the file work?

#urlbar *, #FindToolbar *, #search-container * { font-size:15pt!important; }

Can you post the full content of the userChrome.css file?


  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad 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
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file
more options

It worked. The old file was the problem although I can't see why (the extension was right and there were no hidden characters). Recreating the userChrome.css file fixed it.