2

How to make firefox in fullscreen mode while opening it from the firefox icon. As i need to open an localhost webpage (bookmarked) by default, no need for address bar. Tried F11, AutoFullscreen(addon) but not sufficient.

3 Answers3

0

I got the solution, it is possible by adding userChrome.css, refer https://superuser.com/a/1269912 thanks for your support.

0

You can also use one of kiosk addons for Firefox. Here are some:

nobody
  • 4,412
0

Add to a launcher.desktop file the command: firefox --kiosk www.web.com.

Inside launcher.desktop:

[Desktop Entry]
Name=FirefoxFull
Exec=/bin/bash "firefox --kiosk  www.web.com"
Type=Application
Terminal=true

Then right click on file and choose "Allow Launching".