Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How to start firefox in safemode?

Writer Olivia Zamora

How to start firefox in safemode using terminal,Because I don't see any safemode option for firefox in Ubuntu

3 Answers

Open a terminal (Ctrl+Alt+T) and run :

firefox -safe-mode

Do not forget to close any Firefox instance before running this command.


Refer here for more information.

Or show all options via

firefox --help

Usage: firefox [ options ... ] [URL] where options include:
X11 options --display=DISPLAY X display to use --sync Make X calls synchronous --g-fatal-warnings Make all warnings fatal
Firefox options -h or --help Print this message. -v or --version Print Firefox version. -P Start with . --profile Start with profile at . --migration Start with migration wizard. --ProfileManager Start with ProfileManager. --no-remote Do not accept or send remote commands; implies --new-instance. --new-instance Open new instance, not a new window in running instance. --UILocale Start with resources as UI Locale. --safe-mode Disables extensions and themes for this session. --jsconsole Open the Browser Console. --jsdebugger Open the Browser Toolbox. --start-debugger-server [port|path] Start the debugger server on a TCP port or Unix domain socket path. Defaults to TCP port 6000. --browser Open a browser window. --new-window Open in a new window. --new-tab Open in a new tab. --private-window Open in a new private window. --preferences Open Preferences dialog. --search Search with your default search engine. --recording Record drawing for a given URL. --recording-output Specify destination file for a drawing recording. --setDefaultBrowser Set this app as the default browser. -g or --debug Start within debugger -d or --debugger Specify debugger to start with (eg, gdb or valgrind) -a or --debugger-args Specify arguments for debugger
1

You can open Firefox in safemode, but you can't directly see the safe mode option.

  1. Open Firefox.

  2. Open the menu.

  3. At the bottom of the menu you will see a ? (help) - click on it.

  4. Select start with add-ons disabled.

A pop-up appears.

Imgur

Click on restart.

Now another pop-up appears.

Imgur

Click on start in safe mode.

Hold Shift while Firefox is starting. A dialog will appear with two buttons: Start in Safe Mode and Refresh Firefox.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy