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

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

  • 1 përgjigje
  • 1 e ka hasur këtë problem
  • 2 parje
  • Përgjigjja më e re nga 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.

Zgjidhje e zgjedhur

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

Lexojeni këtë përgjigje brenda kontekstit 👍 2

Krejt Përgjigjet (1)

more options

Zgjidhja e Zgjedhur

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