Firefox – In Firefox, is there a counterpart to Google Chromes -app option

automationcommand linecommand-line-argumentsfirefoxshortcuts

Google Chrome has ability to launch in an "app" mode by using -app command line switch, for example:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -app=http://some-url

Using this I open the website in a minimalistic chrome – no address bar, no anything; Besides it uses a separate spot in the taskbar and even uses a favicon as an icon in the windows task bar.

Does Firefox has an ability like this?

I only found that i has -new-window switch, but it opens full browser window with tab, bookmarks and other bars, which I don't want.

Why do I need this: I want to have a desktop shortcut to open a specific twitch chat in a minimalistic browser window (like the window that appears when you use the pop out feature in the twitch chat, or in case of Google Chrome – even better, without the window).

In case Firefox CLI doesn't have such functionality, maybe there is another way to do this, for example through a javascript URL, autohotkey or anything like that?

Best Answer

Related Question