Showing questions tagged: Show all questions

Don't want searches to use ai

I want to avoid any 'ai assist' searches because I do not find their summaries accurate or valuable enough to be worth the environmental impact they consume. I know my w… (read more)

I want to avoid any 'ai assist' searches because I do not find their summaries accurate or valuable enough to be worth the environmental impact they consume. I know my web browser searches are not under the control of firefox, but for privacy and security I kill cookies when I end browsing sessions. So I am not staying logged in to search engines when I finish my sessions, and setting my preferences to 'no ai assist' on DDG doesn't last session to session because the search engine defaults to 'ai assist' searches now, as does google.

Are there any search engines that do not use ai?

Has anyone written an extension/add-on to FF that would add 'minus ai' to all my searches no matter what browser I use? Or otherwise indicate to search engines that I do not want ai-assisted summaries period?

We've got various privacy options built into FF--this is why it is my preference always--and it would be LOVELY to have a 'no ai' option too.

Asked by Foxfree99 17 hours ago

Last reply by Mark 2 hours ago

The settings gear for the sidebar is situated near the top instead of the bottom

I really enjoy the new sidebar revamp, but I've had an issue with it recently that I haven't been able to find a solution for. Typically, the settings gear is supposed to… (read more)

I really enjoy the new sidebar revamp, but I've had an issue with it recently that I haven't been able to find a solution for. Typically, the settings gear is supposed to be situated near the bottom of bar. However, as demonstrated in the attached image, it is at the top near the bookmarks and history buttons. I have tried reinstalling the browser from scratch, turning the sidebar on and off, turning vertical tabs on and off, and even getting rid of my custom CSS theme for a time. None of these have worked. If anyone knows what the root of this issue is, I'd really appreciate the help.

Asked by medievalpsx 3 weeks ago

Last reply by Denys 6 days ago

FIREFOX FREQUENT CRASHES

I GOT TIRED OF FREQUENT FIREFOX CRASHES (C0000005) IN BOTH THE 64-BIT AND 32-BIT DESKTOP VERSIONS. I HAVE BEEN USING THE 64-BIT VERSION IN WINDOWS 11 (I HAVE A HIGH-END S… (read more)

I GOT TIRED OF FREQUENT FIREFOX CRASHES (C0000005) IN BOTH THE 64-BIT AND 32-BIT DESKTOP VERSIONS. I HAVE BEEN USING THE 64-BIT VERSION IN WINDOWS 11 (I HAVE A HIGH-END SAGER LAPTOP WITH 32GB RAM. I INSTALLED THE FREQUENT FIREFOX UPDATES BUT THE PROBLEN PERSISTED EVER SINCE VERSIONS 42X WERE RELEASED. I TRIED THE 32-BIT VERSION BUT THE PROBLEM PERSISTED. FINALLED, I TRIED THE DEVELOPER VERSION: NO MORE CRASHES! I READ THE RESPONSES FROM YOUR CLUELESS STAFF TO OTHER CUSTOMERS WITH THE SAME TROUBLE. THIS IS NOT A WINDOWS ERROR; THIS IS A FIREFOX APPLICATION ERROR. MAYBE SOME OF YOUR FIREFOX DEVELOPER CODERS SHOULD ASSIST THE 32-BIT AND 64-BIT DEVELOPERS. OR, DUMP THE VERSION 4X CODE AND BUILD ON THE MORE STABLE 39X CODE. ALSO, DON'T BLAME WINDOWS FOR FIREFOX APPLICATION ERRORS. AND...NEVER SUGGEST A WINDOWS REINSTALL FOR FIREFOX ERRORS!!!

Asked by glee018b1 1 month ago

Last reply by Paul 1 month ago

Cursor is not auto-hiding after taking a youtube video fullscreen on macOS

Whether a person clicks the fullscreen indicator or types F on the keyboard, the cursor will remain on screen as the video is playing until it is again moved. This also a… (read more)

Whether a person clicks the fullscreen indicator or types F on the keyboard, the cursor will remain on screen as the video is playing until it is again moved. This also affects video played through the browser on steampowered.com. This issue appeared as of 143 and is still going strong in 144. This seems to be macOS specific as I am not noticing this behaviour on the Windows client. Could be a conflict with Tahoe.. I don't really know at this point.

There used to be a website where you could fire off a 'Firefox made me happy/sad' which is where I would've preferred to send this. So, have other people encountered this issue? And if so, are there any lasting solutions beyond wiggling the mouse?

Asked by yargh 1 month ago

Last reply by Andrey 1 month ago

Hello why my firefox installation 1440b6 64 bit on windows 10 do not autocomplete the third field in a form login

Hello why my firefox installation 1440b6 64 bit on windows 10 do not autocomplete the third field in a form login .. namely , username and identification password are… (read more)

Hello why my firefox installation 1440b6 64 bit on windows 10 do not autocomplete the third field in a form login ..

namely , username and identification password are correctly filled , but the third field (that in my case are named "company ID") would not, it remain empty, and i need to manually fill in each time. Actually this happen only on a one site , but may be because only this site that i use have a three field to fill in the login page...all the others need only password and username

thankyou kind regards klx140

Asked by klx140 1 month ago

Last reply by jscher2000 - Support Volunteer 1 month ago

Newsmax.com refuses to load daily AFTER 3-4 newsmax pages have been successfylly loaded

This is the 4th time I've reported this problem. Here's the warning I get every day only after I have already been loading Newsmax pages with no problems: Secure Connec… (read more)

This is the 4th time I've reported this problem. Here's the warning I get every day only after I have already been loading Newsmax pages with no problems:


Secure Connection Failed

The connection to www.newsmax.com was interrupted while the page was loading.

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Learn more…

There are no other sites in which I have this problem with FF x64 DE. In Edge, I see the newsmax pages load while the FF x64 DE https//newsmax.com xontinues to genberate the above message and fails to load the screen.

Please fix.

Thanks, WaltC

Asked by johnandsusanne333 1 month ago

Last reply by Shirmaya John 1 month ago

Developer Edition

Developer edition seems to be blocking Today's Deals when browsing amazon.com. Regular firefox does not do this. Suggestion on what to do to fix it. Also trying to bro… (read more)

Developer edition seems to be blocking Today's Deals when browsing amazon.com. Regular firefox does not do this. Suggestion on what to do to fix it.

Also trying to browse distrowatch give the following: Warning: Potential Security Risk Ahead.

Asked by Grumpy 2 months ago

Last reply by Paul 2 months ago

position: sticky not working correctly inside position: fixed container

Hello Firefox Support Team, I would like to report a browser compatibility issue regarding CSS positioning behavior that differs from Chromium-based browsers. Issue… (read more)

Hello Firefox Support Team,

I would like to report a browser compatibility issue regarding CSS positioning behavior that differs from Chromium-based browsers.

    • Issue Description:**

When an element with `position: sticky` is placed inside a container with `position: fixed`, Firefox treats the sticky element as if it has `position: relative`, effectively breaking the sticky positioning functionality.

    • Expected Behavior:**

The sticky element should maintain its sticky positioning behavior even when nested inside a fixed-positioned container, as it does in Chromium-based browsers.

    • Current Firefox Behavior:**

The sticky element loses its sticky properties and behaves like a relatively positioned element.

    • Use Case:**

This issue particularly affects modal implementations where: - The `body` element receives `position: fixed` to prevent background scrolling - Page elements (such as `.total-section`) should maintain their sticky behavior regardless of changes to the body positioning

    • Browser Comparison:**

- **Chromium browsers (Chrome):** Sticky positioning works correctly in this scenario - **Firefox:** Sticky positioning fails and falls back to relative behavior

    • Request:**

Could you please consider aligning Firefox's behavior with other major browsers? The current inconsistency creates cross-browser compatibility issues and forces developers to implement JavaScript workarounds.

Thanks!

Asked by John Alexwood 2 months ago

Last reply by TyDraniu 2 months ago

Way to disable Tab Pinning after dragging tab to the edge of the open tabs?

I don't need to pin tabs, ever. Every time I try and drag a tab to the first slot, it always pins the tab, and I don't want it to do that. Is there a way to disable this … (read more)

I don't need to pin tabs, ever. Every time I try and drag a tab to the first slot, it always pins the tab, and I don't want it to do that. Is there a way to disable this stupid feature?

Asked by somukingcorn 2 months ago

Last reply by Agent virtuel 2 months ago

Firefox VERY slow to start lately

Firefox used to start in a second on my Windows 10 PC. But lately it now takes about 10-20 secunds to start (on 143 beta). Is there any reason why it takes so much longer… (read more)

Firefox used to start in a second on my Windows 10 PC. But lately it now takes about 10-20 secunds to start (on 143 beta). Is there any reason why it takes so much longer to start now? Is there any setting og tweak I can do to get it to start faster?

Asked by Lars-Erik 2 months ago

Last reply by Paul 2 months ago

Issues following 8/5/25 browser update

After the 8/5/25 Firefox update the internet is inaccessible on my laptop through the standard Firefox browser. The internet is accessible with MS Edge. Toolbar is set t… (read more)

After the 8/5/25 Firefox update the internet is inaccessible on my laptop through the standard Firefox browser. The internet is accessible with MS Edge. Toolbar is set to always show bookmarks but none appear. Also, the browser's application's menu does not open to access options such as restore previous session, recently closed tabs, etc. I've restarted my device several times without it resolving the issues with the standard browser.

The Firefox developer version opened in command prompt safe mode (firefox -safe-mode), which is how this inquiry is being sent, but no bookmarks on tool bar or current page history from the standard (non-developer) Firefox.

I'd like to return to accessing the internet using the standard Firefox version with its bookmarks, history, etc. I am using Windows 10. Thank you.

Asked by webmaster94 3 months ago

Last reply by David DeBord 3 months ago

Firefox developer not working since 142.0b2 - tabs do not load on restart of app

Since this week's update of Firefox Developer edition when the browser is restarted tabs do not load until I reset the browser. I suspect an add-on but have not been abl… (read more)

Since this week's update of Firefox Developer edition when the browser is restarted tabs do not load until I reset the browser.

I suspect an add-on but have not been able to determine which one.

This is happening on multiple (3) physical computers.

I just started a new work role and haven't been able to find the time to troubleshooting of the issue myself.

This has been very disrupting and stressful.

Asked by chris.moland 3 months ago

Last reply by jonzn4SUSE 3 months ago

Cannot find QR scanner in my moblie browser to sync the devices.

I cannot find "Sync and save data" button in my mobile browser, making it impossible to sync the devices. The instructions provided by the settings lead me into the dead … (read more)

I cannot find "Sync and save data" button in my mobile browser, making it impossible to sync the devices. The instructions provided by the settings lead me into the dead end.

Asked by 27VMB 3 months ago

Last reply by jonzn4SUSE 3 months ago