Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How to remove pop-up information windows in the lower left corner of the screen? It interferes with watching movies or videos.

  • 4 답장
  • 1 이 문제를 만남
  • 42 보기
  • 최종 답변자: cor-el

When watching a video or movie in Firefox browser in the lower left corner of the screen all the time pop up panels with addresses. Very annoying.There is another photo where this pop-up window is shown. Who knows the answer. Thanks in advance!

When watching a video or movie in Firefox browser in the lower left corner of the screen all the time pop up panels with addresses. Very annoying.There is another photo where this pop-up window is shown. Who knows the answer. Thanks in advance!

모든 댓글 (4)

The lower right corner is where the 'status' for web data is displayed. If you were to put your mouse there, the information would move to the other side of the screen.

FredMcD said

The lower right corner is where the 'status' for web data is displayed. If you were to put your mouse there, the information would move to the other side of the screen.

About the fact that he goes to another part of the screen, I knew. I want to know how to get rid of this “status” of web data at all?

You can hide this status text in Full Screen mode with code in userChrome.css.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

window[inFullscreen="true"] #statuspanel-label {opacity: 0 !important;}