I need to stop the address bar search its a terrible idea
bold text STOP THE ADDRESS BAR SEARCH
bold text STOP THE ADDRESS BAR SEARCH
When I try to log into Tangerine bank I get the error. "We're sorry for the inconvenience. This function is currently unavailable. Please try again later." This issue sta… (閱讀更多)
When I try to log into Tangerine bank I get the error. "We're sorry for the inconvenience. This function is currently unavailable. Please try again later."
This issue started Oct-13-2025 and it appears to work when using Firefox ESR 146.01 but not the regular Firefox 146.01 versions. Tangerine is not giving me information on the error and I was wondering if there is a difference between the ESR and regular version that might clear up this issue?
Using firefox 148, when I select the "CIRA Canadian shield" DNS over HTTPS option it does not work. If I select the other 2 options Cloudflare or NextDNS those options wo… (閱讀更多)
Using firefox 148, when I select the "CIRA Canadian shield" DNS over HTTPS option it does not work. If I select the other 2 options Cloudflare or NextDNS those options work.
What is the problem with DOH for CIRA option ?
Back again with another question related to flightrising there are familiars displayed next to the dragons, some of them are supposed to change their pose automatically, … (閱讀更多)
Back again with another question related to flightrising
there are familiars displayed next to the dragons, some of them are supposed to change their pose automatically, but for me they only change when I click on the familiar it works on other browsers, and on firefox for windows, so I guess it's something in about:config, but I have no idea what I'm doing, so I'm hoping someone here can help me figure this out, because I'm not about to mess around randomly
link to a page with a familiar that's supposed to change: https://www1.flightrising.com/dragon/80217294
pretty sure it's obvious what I mean by transform, and what I have to click on to get it to move, but I'm posting the pictures illustrating the change anyway
What would be the perfect way to sync extension settings accross devices?
I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in… (閱讀更多)
I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in basically every session. I can't tell if a specific action triggers it, so far it seems pretty random. The glitch is that either the tabs are expanded and won't collapse, or the opposite: they're collapsed and refuse to expand when I point at them. Is this feature maybe still experimental? or something? I'm running Firefox 149.0b5 DEveloper Edition on Garuda Linux (Arch based).
i'm experiencing choppy or stuttering playback when watching youtupe vidoes in firebox
There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far… (閱讀更多)
There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far managed to modify the shortcut through intercepting function calls.
What I have done: 1. Read through the JS source code for about:keyboard which says the shortcut ID is `toggleSidebarKb` 2. Added hooks to intercept `RPMSendQuery` calls 3. Modified the shortcut through devtools open on the about:keyboard page with the following snippet
```js await RPMSendQuery("CustomKeys:ChangeKey", {
"modifiers": "accel", "isValid": true, "key": "S", "shortcut": "Ctrl+S", "id": "toggleSidebarKb"
}) ```
The way I am doing it is definitely a hack. I am not sure if I am missing something. Although the shortcuts for bookmarks, history, and GenAI chat sidebar are present, there seems to be no entry to change the sidebar toggle shortcut itself. I'd love to work on this but I haven't been able to mach bootstrap on NixOS.
Thank you for any assistance :)
A pop-up suggested that I use profiles to organize and it sounded like a great idea but then after making profile I was having trouble getting tabs from one page to anoth… (閱讀更多)
A pop-up suggested that I use profiles to organize and it sounded like a great idea but then after making profile I was having trouble getting tabs from one page to another. Then I discovered that I had to log in my accounts onto every profile I made and it sounded like a terrible idea, so I tried deleting all my profiles to get it to revert but now that I open the browser it shows me to make a new Profile. So, I want to know how can I revert back to using Firefox Without the use of profiles like I was before clicking the pop-up
I've been trying to decipher browser.tabs.insertXXX with little success. What I want to achieve is to open tabs from the same site next to the current tab with the most … (閱讀更多)
I've been trying to decipher browser.tabs.insertXXX with little success. What I want to achieve is to open tabs from the same site next to the current tab with the most recently opened tab next to the original tab.
Example Two tabs are open, site 1 tab 1 and site 2 tab 1. Open a new link to site 1 on site 1 tab 1. The order is site 1 tab 1, site 1 tab 2, site 2 tab1. Open another link to site 1 on site 1 tab 1. The order is now site 1 tab 1, site 1 tab 3, site 1 tab 2, site 2 tab 1.
Thanks in advance.
When I'm on a site that I've accessed on my main machine or phone (Apple), but try to use my Apple ID when logging on via the Firefox browser on my Linux machine, I get a… (閱讀更多)
When I'm on a site that I've accessed on my main machine or phone (Apple), but try to use my Apple ID when logging on via the Firefox browser on my Linux machine, I get a popup asking for a fingerprint. None of my devices use a fingerprint. I get it needs confirmation, but very rarely you get the dotty circle to use with your phone camera, but not all the time. How can I make my life easier and get the dotty circle all the time, or force things to go to my phone for confirmation that it's me - face ID or something.
I've looked on my Apple stuff and can't find anything that will help, so I'm reaching out!
Subject: Request for Custom Provider Support or Grok Integration in Firefox AI Chatbot Sidebar Detailed Description: I am exploring the new AI Chatbot sidebar feature in … (閱讀更多)
Subject: Request for Custom Provider Support or Grok Integration in Firefox AI Chatbot Sidebar
Detailed Description: I am exploring the new AI Chatbot sidebar feature in Firefox (Ubuntu build). As a practitioner in the deep learning field, I am particularly interested in the flexibility of the Web-view container used for these AI integrations.
Currently, the feature appears to be a curated list of providers (ChatGPT, Claude, Gemini). I would like to request the addition of Grok (by xAI), or more importantly, a Generic Provider Framework that allows users to manually configure custom endpoints.
Technical Specifics & Implementation Questions:
Manifest Configuration: Is the sidebar AI provider list controlled via a remote settings push, or is there a local about:config or JSON manifest (e.g., within the browser resources) that can be modified to include Grok's web URL?
Context Injection: How does the current sidebar handle DOM context for features like "Summarize this page"? If I were to manually add Grok via a side-loading method, what are the required API hooks for it to achieve parity with the built-in providers?
User Agent & Authentication: Are there specific CORS policies or User-Agent strings enforced within the sidebar's iframe/browser-view that would prevent Grok’s X-auth or real-time streaming (SSE) from functioning correctly?
Use Case: Integrating Grok’s real-time information retrieval directly into the browser’s native sidebar would significantly optimize research workflows involving live data, which is a key differentiator from the currently supported models.
I noted, that credit cards autofill works, but on ~50% of websites it fails. I can see the autofill dropdown, but if I select any card, no fields are filled. Manual filli… (閱讀更多)
I noted, that credit cards autofill works, but on ~50% of websites it fails. I can see the autofill dropdown, but if I select any card, no fields are filled. Manual filling works. One of examples: https://ipn.paymentus.com, but there are many. Again, on some websites it works just fine.
Another issue - I cannot edit cards. Settings->Payment methods->Manage, then select a card, press "Edit" and nothing happens.
Context: version 148.0 (64-bit), Canonical snap build (crap, I cannot DISABLE snap build and totally switch to deb!!!)
P.S. I really miss feature to add "aliases" for cards...
OS: Debian (trixie) Firefox version: 149.0b3 Firefox suddenly crashes without any displayed error. Attempt to troubleshoot it in "safe mode" doesn't help (it also sudd… (閱讀更多)
Firefox suddenly crashes without any displayed error. Attempt to troubleshoot it in "safe mode" doesn't help (it also suddenly crashes.
need to answer a province in Germany (Saxony) and it does not accept answer.
System Configuration OS: Pop!_OS 22.04 LTS (Clean install). GPU: NVIDIA GeForce RTX 4050. Driver: system76-driver-nvidia (Enabled). Graphics Mode: Hybrid (Command: s… (閱讀更多)
System Configuration
Firefox Picture-in-Picture (PiP) Issue
Software & Tools