Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How to start FireFox Quantum in fullscreen (kiosk) mode?

  • 7 відповідей
  • 158 мають цю проблему
  • 1 перегляд
  • Остання відповідь від music01

more options

How to start FireFox Quantum in fullscreen (kiosk) mode?

How to start FireFox Quantum in fullscreen (kiosk) mode?

Обране рішення

I don't think this is possible.

Читати цю відповідь у контексті 👍 2

Усі відповіді (7)

more options
more options

Thank you for your help. This is not what I need because the webpage is not visible. I need a way to start Firefox in fullscreen mode (kiosk mode), like if you press the F11 key (no pulldown menus, no title bar, ...).

Змінено music01

more options

Вибране рішення

I don't think this is possible.

more options

Hallo it is posible. Linux: https://forum.ubuntuusers.de/topic/kiok-modus-firefox-quantum/

You make in ~/.mozilla/firefox/PROFIL.default/chrome/userChrome.css with content:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ ,#fullscr-toggler { display:none!important; }

or in Windows in C:\Users\user\AppData\Roaming\Mozilla\Firefox\Profiles\yourProfile.default\chrome\userChrome.css

The new directory chrome must manuell created. By your self. The , bevor fullscr-toogler must removed and left side.

Змінено Knarf68

more options

^: That is something different and is about to prevent showing the toolbars if you hover the mouse to the top of the page in Full Screen mode (F11).

The OP wants to start Firefox in Full Screen mode.

The kiosk extensions aren't compatible with Firefox 58+ (WebExtension).

more options

Knarf68 said

Hallo it is posible. Linux: https://forum.ubuntuusers.de/topic/kiok-modus-firefox-quantum/ You make in ~/.mozilla/firefox/PROFIL.default/chrome/userChrome.css with content: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ ,#fullscr-toggler { display:none!important; } or in Windows in C:\Users\user\AppData\Roaming\Mozilla\Firefox\Profiles\yourProfile.default\chrome\userChrome.css The new directory chrome must manuell created. By your self. The , bevor fullscr-toogler must removed and left side.

Thanks!

more options

Thank you for your answer.

As user "cor-el" wrote, this only prevents that (in full screen mode by pressing the F11 key) the FireFox menu appears if you move the mouse to the top of the page.

FireFox however starts in normal mode and not in full screen (kiosk) mode, you still have to press the F11 key.