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

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 4 përgjigje
  • 1 e ka hasur këtë problem
  • 8 parje
  • Përgjigjja më e re nga cor-el

more options

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!

Krejt Përgjigjet (4)

more options

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.

more options

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?

more options

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;}