Showing questions for topic:
  • Customization
Prikaz označenih pitanja:

More choice in Ai Chatbot

Hi I see that Firefox has the option to ask an AI chatbot, with your options for AI being Claude, GPT, Gemini, and Le Chat Mistral. What I'm not seeing is an option for L… (pročitajte više)

Hi I see that Firefox has the option to ask an AI chatbot, with your options for AI being Claude, GPT, Gemini, and Le Chat Mistral. What I'm not seeing is an option for Lumo, Protons new chatbot. My question is is there any future support coming for Lumo, or better yet, an option to let FF users choose ANY chatbot, not just these 4?

Riješeno Arhivirano 3 460

Opt out of AI completely

Is there a way to completely opt out of having AI in my browser? I find recent implementations of AI in Firefox quite frankly disgusting. I don't want to see it, I don't … (pročitajte više)

Is there a way to completely opt out of having AI in my browser?

I find recent implementations of AI in Firefox quite frankly disgusting. I don't want to see it, I don't want to use it, I don't want it suggested to me. Not only it's unneeded, but also all your LLMs are a waste of electricity, fresh water and are a threat to my privacy, and we don't even mention all the legal trouble AI scraping creates.

I need a switch to completely remove any mention of LLMs/AIs in my Firefox browser unless I search for it on the internet (and, trust me, I wont; I'd prefer to continue thinking for myself and having real people with skills and talents do things if I can't do them myself) and have none of them touch me in any way. Kill that thing with fire.

Ideally Firefox, one that advertises itself as a secure browser with respect towards its users, shouldn't have any mention of AI in the first place, you know. But since companies are in a craze about it for some unknown reason (trust me, we don't want it; if I want to be lied to, I'd go to a paediatrician to talk about my symptoms, not a language model I can't trust with my data), at least give your users an option to get that awful thing out of their browser it they want to.

Have a nice day. <3

Arhivirano 6 497

Enable Javascript?

Where is the configuration setting that enables javascript. Consumer Reports requires that the application be enabled to participate in a webinar I want to attend … (pročitajte više)

Where is the configuration setting that enables javascript. Consumer Reports requires that the application be enabled to participate in a webinar I want to attend

Arhivirano 2 235

Is there a way to disable AI tag grouping before it rolls out to my device?

I don't know about you, but I loathe the recent push by the majority of tech companies to integrate the wasteful and environmentally harmful technology that is Generative… (pročitajte više)

I don't know about you, but I loathe the recent push by the majority of tech companies to integrate the wasteful and environmentally harmful technology that is Generative AI into every corner of the digital landscape. I am especially disappointed in Firefox following the Gen AI hype and inserting it into our experiences as a default without considering the massive amount of users who are not interested in this tech for morons, those who want nothing to do with said tech, or people like myself who f***ing hate it. I am aware that you can shut off AI features by using Firefox's advanced configuration, so I'm wondering if such an option already exists for this coming rollout feature.

I for one believe Firefox should give its users the option to preemptively opt out of rollout features for things involving Gen AI which many, like me, are in vocal opposition against.

Arhivirano 2 144

Unable to full screen

For a while now firefox has been unable to enter fullscreen when pressing F11. Instead all it does is move the "Scroll forwards", "Open a new tab", and "List all tabs" bu… (pročitajte više)

For a while now firefox has been unable to enter fullscreen when pressing F11. Instead all it does is move the "Scroll forwards", "Open a new tab", and "List all tabs" button over slightly (The buttons on the top right, next to the minimize and close buttons).

I don't know what's going on with firefox.

Firefox Version 142.0.1 (64-bit)

Riješeno Zaključano Arhivirano 7 307

firefox for linux - the main window

Is it possibile to change horizontal or vertical size of the main firefox window using mouse? Now I am able to open only one size between the maximum and minimum. Why? Ma… (pročitajte više)

Is it possibile to change horizontal or vertical size of the main firefox window using mouse? Now I am able to open only one size between the maximum and minimum. Why? Mary

Arhivirano 1 144

Auto scroll doesn't work. How do I fix it?

Hello! I just moved to Firefox a week ago and so far, I'm really happy I did. Nearly everything is better. That being said, there's one feature I used all the time on Chr… (pročitajte više)

Hello! I just moved to Firefox a week ago and so far, I'm really happy I did. Nearly everything is better. That being said, there's one feature I used all the time on Chrome that I can't get working right here, and that's auto scroll. On Chrome, it worked no problem. When I clicked in the scroll wheel, it turned on auto scroll and would stay enabled until I clicked it again. One Firefox though, this isn't working right. When I click in the wheel here, it enables for a quick second before disabling itself. It's super annoying and makes it unusable. I found out it's because scrolling on the scroll wheel cancels auto scroll on Firefox, but not on chrome. So how do I make it so scrolling on the scroll wheel doesn't break auto scroll? Thanks in advance!

Arhivirano 2 306

Lost Saved Passwords

Recently I am unable to pull up saved passwords when logging on to sites I use regularly. I can go to Settings, Privacy & Security & check the box "Ask to Save Pa… (pročitajte više)

Recently I am unable to pull up saved passwords when logging on to sites I use regularly. I can go to Settings, Privacy & Security & check the box "Ask to Save Passwords". The saved passwords then stay on even if I close & reopen Firefox. All is then well until the next time I restart the PC. Then it defaults back to an unchecked box. How can I set the PC so that the "Ask to Save" button stays on? Upgraded to Windows 11 about 1 month back. Thanks.

Arhivirano 4 126

Documents changed from firefox to microsoft. How to get them back?

This is a new cheap Chinese laptop from Amazon called ANPCOWER. It seemed to be set up to only use Microsoft. I have used Firefox for decades. It changed all my docum… (pročitajte više)

This is a new cheap Chinese laptop from Amazon called ANPCOWER. It seemed to be set up to only use Microsoft. I have used Firefox for decades. It changed all my documents to Microsoft and I can't access them anymore..

Arhivirano 1 18

Feature Request: Dynamic URL Placeholder in `browser.ml.chat.prompts` for Firefox AI Integration

Hi all, I’ve been experimenting with Firefox’s new AI chat integration and adding custom prompts via `about:config` using `browser.ml.chat.prompts.#`. Right now, prompt v… (pročitajte više)

Hi all,

I’ve been experimenting with Firefox’s new AI chat integration and adding custom prompts via `about:config` using `browser.ml.chat.prompts.#`.

Right now, prompt values are static JSON strings, like:

```json {"label":"Answer","id":"answer","value":"Answer selected question"} ```

This works great for fixed text, but there’s no way to dynamically include useful context like the **current page URL**.

For example, I’d like to create a prompt like:

```json {"label":"Summarize w/ URL","id":"summarize_with_url","value":"Summarize this selection. Page URL: {{url}}"} ```

…but currently, `{{url}}` (or similar placeholders) isn’t supported, and the AI chat doesn’t automatically pull the page URL as context.

This means I either have to manually copy/paste the URL or use a separate bookmarklet workaround, which breaks the smooth workflow.

    • Feature request:**
  • Add support for variables like `{{url}}`, `{{title}}`, or `{{selection}}` in `browser.ml.chat.prompts`.
  • This would make prompts far more powerful and let AI chat automatically reference page context.

Has anyone found a hidden about:config trick for this, or can this be added to Firefox’s roadmap?

Thanks!

Arhivirano 3 180

However hard I try I cannot prevent Microsoft Wedge from being imposed as only choice for browser whenever I say I want Mozilla Firefox

However hard I try I cannot prevent Microsoft Edge from being imposed as only choice for browser although I always want Mozilla Firefox. It always over-rides my attempt… (pročitajte više)

However hard I try I cannot prevent Microsoft Edge from being imposed as only choice for browser although I always want Mozilla Firefox. It always over-rides my attempts to change to Firefox

Arhivirano 1 27

Cannot Make Firefox As My Default Browser.

Every time I login on my computer, there is already an open Firefox webpage with a dialog box asking me if I want Firefox to be my primary default browser. Once I click "… (pročitajte više)

Every time I login on my computer, there is already an open Firefox webpage with a dialog box asking me if I want Firefox to be my primary default browser. Once I click "Set a Default Browse", a Microsoft Edge webpage appears giving me a list of choices of Microsoft application to select to be my browser. Firefox is not on the list. There is also a dialog box that appears on the lower right corner of the screen showing me the steps on how to make Firefox my default browser. The choices are "Show Me How" and "No Thanks". When I click the "Show me how", I am taken to Firefox setting, once I click the "Make Default" I am taken back to the list of Microsoft applications to choose as my browser. The bottom line is I cannot make Firefox my default browser anymore. In fact, I am not even sure if I am sending this message to Firefox or Mozilla. This is the URL that I see on this https://support.mozilla.org/en-US/questions/new/firefox/form.

Would you please check and correct the problem. I cannot make Firefox my default browser. Would you check if Firefox is my default browser.

Arhivirano 1 279