Showing questions tagged:

Can't "Refresh Firefox". The option seems to be missing.

My browser is not working as it should. Several sites do not work anymore and the browser keeps crashing. I'd like to refresh the browser, but the button is missing. I tr… (மேலும் படிக்க)

My browser is not working as it should. Several sites do not work anymore and the browser keeps crashing. I'd like to refresh the browser, but the button is missing. I tried going to troubleshooting mode, but the button is not there either.

Not sure if uninstalling would do the same thing? Just not sure what is the best way to refresh. Thanks for any help!

Open 6 600

How to enable JavaScript?

How do I enable JavaScript on your browser? I’ve tried searching about:config It doesn’t work!! Please reply to: [edited email from public community support forum] Thanks… (மேலும் படிக்க)

How do I enable JavaScript on your browser? I’ve tried searching about:config It doesn’t work!! Please reply to: [edited email from public community support forum] Thanks, Linda

Open 1 443

Set Private Mode as Default on Acer Chromebook 315?

My husband's Windows computer failed, and I am setting up his new Chromebook as a holiday gift. Unfortunately, the instructions for setting Private Mode as the default fo… (மேலும் படிக்க)

My husband's Windows computer failed, and I am setting up his new Chromebook as a holiday gift.

Unfortunately, the instructions for setting Private Mode as the default for Firefox don't fit what I see on the Acer Chromebook 315.

Please provide appropriate instructions. I want to place it in his office, ready to go, before he gets up tomorrow morning, December 25. I am in Central Time in the US.

Open 12 425

Non-removable settings? "English (GB)" language and "Autoplay -> "About:Welcome" -> "Allow Audio and Video"

Hi, Looking at my Firefox 147.0.1 settings for macOS 26.2 (Apple M1), I'm trying to adjust two settings: -- I'd like to remove Languages -> English (GB) (its existence… (மேலும் படிக்க)

Hi,

Looking at my Firefox 147.0.1 settings for macOS 26.2 (Apple M1), I'm trying to adjust two settings:

-- I'd like to remove Languages -> English (GB) (its existence has odd side effects, like triggering United Airlines to offer fares in Pounds Sterling, and I'd prefer to just have English (US))

-- I'd like to disable Play Audio and Video for about:welcome (in regular and private windows)

I can see no way to accomplish this currently -- why?

Thanks.

Open 4 322

AI controls not available - I want to disable all AI

[article] This article claims there is an "AI Controls" section in Settings. This is not found in v 147.03 (up to date) for Mac. Please let me know how to disable all AI … (மேலும் படிக்க)

[article] This article claims there is an "AI Controls" section in Settings. This is not found in v 147.03 (up to date) for Mac. Please let me know how to disable all AI in Firefox.

Open 7 1 322

Different conflicting settings

I don't know how this happened, But I have two different for Firefox settings under "General heading"- says "default search" start-page and heading "Search" - says Fire… (மேலும் படிக்க)

I don't know how this happened, But I have two different for Firefox settings under "General heading"- says "default search" start-page and heading "Search" - says Firefox is search. I did not think that could be? how do I resolve this issue? I would like to make Start-page my default search engine in both. It has been very confusing.

Don [edited email from public forum]

Open 1 294

Where is the DevTools feature located in the Firefox browser

Was researching cookie management techniques in GROC where AI suggested I go to the DevTools feature in the Firefox browser, go to the Application tab & expand cookie… (மேலும் படிக்க)

Was researching cookie management techniques in GROC where AI suggested I go to the DevTools feature in the Firefox browser, go to the Application tab & expand cookies in the side toolbar. However, I’m unable to find DevTools

Open 1 284

How to get help for Firefox command line parameters

Using Windows 11 and a recent version of Firefox, if I open a command prompt window and enter: C:\Users\Admin\Documents>"C:\Program Files\Mozilla Firefox Esr\firefox.e… (மேலும் படிக்க)

Using Windows 11 and a recent version of Firefox, if I open a command prompt window and enter: C:\Users\Admin\Documents>"C:\Program Files\Mozilla Firefox Esr\firefox.exe" --help

I get nothing.

But it works if I add "| more": C:\Users\Admin\Documents>"C:\Program Files\Mozilla Firefox Esr\firefox.exe" --help | more Usage: C:\Program Files\Mozilla Firefox Esr\firefox.exe [ options ... ] [URL]

      where options include:
 -h or --help       Print this message.
 -v or --version    Print Firefox version.
 --full-version     Print Firefox version, build and platform build ids.
 -P <profile>       Start with <profile>.
 --profile <path>   Start with profile at <path>.
 --migration        Start with migration wizard.
 --ProfileManager   Start with ProfileManager.
 --origin-to-force-quic-on <origin>
                    Force to use QUIC for the specified origin.
 --new-instance     Open new instance, not a new window in running instance.
 --safe-mode        Disables extensions and themes for this session.
 --allow-downgrade  Allows downgrading a profile.
 --MOZ_LOG=<modules> Treated as MOZ_LOG=<modules> environment variable,
                    overrides it.
 --MOZ_LOG_FILE=<file> Treated as MOZ_LOG_FILE=<file> environment variable,
                    overrides it. If MOZ_LOG_FILE is not specified as an
                    argument or as an environment variable, logging will be
                    written to stdout.
 --console          Start Firefox with a debugging console.
 --headless         Run without a GUI.
 --browser          Open a browser window.
 --new-window <url> Open <url> in a new window.
 --new-tab <url>    Open <url> in a new tab.
 --private-window <url> Open <url> in a new private window.
 --preferences      Open Options dialog.
 --screenshot [<path>] Save screenshot to <path> or in working directory.
 --window-size width[,height] Width and optionally height of screenshot.
 --search <term>    Search <term> with your default search engine.
 --setDefaultBrowser Set this app as the default browser.
 --first-startup    Run post-install actions before opening a new window.
 --kiosk            Start the browser in kiosk mode.
 --kiosk-monitor <num> Place kiosk browser window on given monitor.
 --disable-pinch    Disable touch-screen and touch-pad pinch gestures.
 --jsconsole        Open the Browser Console.
 --devtools         Open DevTools on initial load.
 --jsdebugger [<path>] Open the Browser Toolbox. Defaults to the local build
                    but can be overridden by a firefox path.
 --wait-for-jsdebugger Spin event loop until JS debugger connects.
                    Enables debugging (some) application startup code paths.
                    Only has an effect when `--jsdebugger` is also supplied.
 --start-debugger-server [ws:][ <port> | <path> ] Start the devtools server on
                    a TCP port or Unix domain socket path. Defaults to TCP port
                    6000. Use WebSocket protocol if ws: prefix is specified.
 --marionette       Enable remote control server.
 --remote-debugging-port [<port>] Start the Firefox Remote Agent,
                    which is a low-level remote debugging interface used for WebDriver
                    BiDi and CDP. Defaults to port 9222.
 --remote-allow-hosts <hosts> Values of the Host header to allow for incoming requests.
                    Please read security guidelines at https://firefox-source-docs.mozilla.org/remote/Security.html
 --remote-allow-origins <origins> Values of the Origin header to allow for incoming requests.
                    Please read security guidelines at https://firefox-source-docs.mozilla.org/remote/Security.html
 --remote-allow-system-access Enable privileged access to the application's parent process

Can anyone explain why?

Is it possible to change Firefox so that it works without "| more"?

Note that the above was on my Windows 11 laptop, but I'm sending this from my Windows 7 desktop. None of the suggested topics were appropriate, so I selected the first one "Accessibility".

Open 1 210

Initial setup and I login to FireFox, it stated that it would sync automatically; however in my settings I opted to not save password or payment information, how do I confirm it's not happening?

Initial setup and I login to FireFox, it stated that it would sync automatically; however in my settings I opted to not save password or payment information, how do I con… (மேலும் படிக்க)

Initial setup and I login to FireFox, it stated that it would sync automatically; however in my settings I opted to not save password or payment information, how do I confirm it's not happening?

Open 1 192

Firefox VPN is not showing up in Firefox 149

Hi, I updated to Firefox 149 (German User) and did not get the Seutp prompt mentioned in https://support.mozilla.org/en-US/kb/built-in-vpn#w_turn-on-vpn-in-firefox I Als… (மேலும் படிக்க)

Hi,

I updated to Firefox 149 (German User) and did not get the Seutp prompt mentioned in https://support.mozilla.org/en-US/kb/built-in-vpn#w_turn-on-vpn-in-firefox I Also tried https://support.mozilla.org/en-US/kb/built-in-vpn#w_how-do-i-turn-off-or-remove-vpn-from-my-toolbar to check the Optiions in the Settings, but there is also the part "VPN" missing. In the Help Section it says that I have installed 149.0 (64-Bit) Windows Version. Is there something missing?

best regards

Open 3 192

What idiot/s decided that AI should be opt-out instead of opt-in?

Actually, given that this "feature" made it all the way through to prod, I seriously suggest you just fire absolutely everyone currently working for Mozilla and start ove… (மேலும் படிக்க)

Actually, given that this "feature" made it all the way through to prod, I seriously suggest you just fire absolutely everyone currently working for Mozilla and start over with entirely new people, and ideally have as one of your hiring criteria a sensible understanding that AI has no place in Firefox, or any other Mozilla project. Leaving aside the question of whether it's good or bad, it's simply irrelevant to what we're doing here.

Thanks for enshittifying one of the few parts of the internet that wasn't yet crap. Great job, well done Angus.

Open 2 172