Showing questions tagged:

"mailto" software

I use Microsoft Office 10 Outlook (version 14) for my email. In the past , if I did "file, email link" from Firefox, it would open my MS Office Outlook... As of today , "… (read more)

I use Microsoft Office 10 Outlook (version 14) for my email. In the past , if I did "file, email link" from Firefox, it would open my MS Office Outlook... As of today , "mailto" now wants to use Gmail or Outlook (web version), and I can see no options to use MS Office Outlook.

Help !!

Archived 1 402

How do I remove chat gpt from firefox.

Today when I opened firefox I was greeted with a chat gpt bot on the left side of my screen. I don't want chat gpt any where near my computer. Please tell me how to remov… (read more)

Today when I opened firefox I was greeted with a chat gpt bot on the left side of my screen. I don't want chat gpt any where near my computer. Please tell me how to remove that part of firefox from my pc.

Archived 1 392

Feature Request - Sidebar AI chat minimize but not close so it doesnt close the chat

When using the the chat especially when on either of my laptops. I think it would be useful to be able to minimize/hide the chat but not have it completely close so you … (read more)

When using the the chat especially when on either of my laptops. I think it would be useful to be able to minimize/hide the chat but not have it completely close so you can stay in the same session.

In my head I see it working by adding a simple minimize button next to the close button. When it minimizes, the icon for the chat can stay highlighted to alert that it is still active. Also, when switching from chat to other options like bookmarks, history or tabs. If there is a current chat open it should use the minimize behavior so the same chat is still active when you navigate back. So essentially the only time the chat closes or resets is when you close it.

Solved Archived 1 390

Change email address used in "From" line when clicking on email link in web page

How do I change the email account inserted by Firefox when I click on an email link? I have previously changed the main email address (added secondary address, swapped se… (read more)

How do I change the email account inserted by Firefox when I click on an email link?

I have previously changed the main email address (added secondary address, swapped secondary for primary, deleted secondary) but when I click an email link in a web page to write an email to the web page business, the old deleted email account is used instead of the new one. This old address is not listed at all as far as I have seen in my Mozilla Account.

Solved Archived 1 385

Right click menu options and certain keybinds seem to be broken

These are technically two separate issues, but both pertain to functionality of the mouse and keyboard. Whenever I right click to bring up the menu, the options (despite … (read more)

These are technically two separate issues, but both pertain to functionality of the mouse and keyboard. Whenever I right click to bring up the menu, the options (despite being functional) do not appear in the menu proper. Instead there are just empty buttons. In addition, certain hotkeys aren't working at all. Ctrl+C and Ctrl+V to copy paste are doing fine, but Ctrl-T and Ctrl-W to open and close tabs respectively do nothing. Neither of these issues were happening yesterday.

Solved Archived 4 383

How can I pass the full url to the AI prompt?

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. Ho… (read more)

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. However, I'd like to pass the URL instead. I could use `%url%`, but that does not include parameters after `?` and hence does not work for Youtube.

Is there any variable that I can use to pass the full URL including parameters of the URL?

Solved Archived 2 373

How to disable items in the right-click menu in Firefox

Hello, I'd like your help. I'd like to disable some unnecessary options from the Firefox right-click menu. 1. Open link in new tab 2. Open link in new container tab 3. Op… (read more)

Hello, I'd like your help. I'd like to disable some unnecessary options from the Firefox right-click menu. 1. Open link in new tab 2. Open link in new container tab 3. Open link in new private window 4. Save link as 5. Copy link I don't need these five options, so I'd like to disable them if possible.

Solved 2 372

Changeable Hotkeys.

My friend recommended this browser to me. When I tried to customize it, I couldn't find an option to change the hotkeys to my preference. I consider this feature importan… (read more)

My friend recommended this browser to me. When I tried to customize it, I couldn't find an option to change the hotkeys to my preference. I consider this feature important since I use it for work. Can I do this somehow, and is there any plan to add such a feature to the settings?

Solved Archived 2 372

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… (read more)

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)

Solved Locked Archived 7 371

ai bloat

the only reason ive been using firefox is because its one of the few browsers that doesnt use AI. now this? anthony enzor-demeo what in the hell is wrong with you? no one… (read more)

the only reason ive been using firefox is because its one of the few browsers that doesnt use AI. now this? anthony enzor-demeo what in the hell is wrong with you? no one wants this, stop pushing AI in a browser we all use SPECIFICALLY to avoid other browsers' (like chrome) sell out. i dont care if there's opt out I don't want this to be an option in the first place, and I know a lot of others feel the same.

i am not the kind of person who has brand loyalty, and if you continue with this I'll find something else to use.

Archived 2 371

Customize New Tab with a local HTML file after Firefox 136

Hello, I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jangs… (read more)

Hello,

I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main

Which implied a configuration file (sometimes named "autoconfig.cfg", "firefox.cfg", "local-settings.cfg" depending on the guide since the name is arbitrary) with javascript code. In the new Firefox 136, this code fails to execute due to a new API being used.

If you want to customize your new tab, follow the previous guide, but on the configuration file write this code instead:

// My new tab
try {
  const ff = {};
  ChromeUtils.defineESModuleGetters(ff, {AboutNewTab: "resource:///modules/AboutNewTab.sys.mjs"});
  ff.AboutNewTab.newTabURL = 'file:///path/to/my/index.html';
} catch (e) {ChromeUtils.reportError(e);}

Note that the file must start with a comment

Adapting the "/path/to/my/index.html" to your needs.

Thanks to @mkaply (github) on this thread https://github.com/mozilla/policy-templates/discussions/1190 for the new API method.

I post this here in case someone has the same issue, because is quite recent and hard to find on the internet.

Solved Archived 3 364

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… (read more)

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!

Archived 2 364

Shortcuts/hotkeys

can you give us the option to change the hotkeys/shortcuts please? is it possible for this to be an option for the future, I and I believe a lot of others switching from … (read more)

can you give us the option to change the hotkeys/shortcuts please? is it possible for this to be an option for the future, I and I believe a lot of others switching from chrome to firefox would like the accessibility to change it as to what they're used to. Thank you very much for your time.

-Leo

Archived 2 364

AI Summary

Is there a way to turn off the “shake for AI summary” function on IOS? It doesn’t add anything to my experience, and more often than not, I end up accidentally shaking my… (read more)

Is there a way to turn off the “shake for AI summary” function on IOS? It doesn’t add anything to my experience, and more often than not, I end up accidentally shaking my phone and getting a summary I didn’t ask for.

If there’s a way to completely turn off the AI features, i’d like that too I’d prefer if my browser didn’t summarize the websites I visit in a way that can be inaccurate or lie to me.

Mozilla, please just remove these features entirely. If we want AI, we can go to ChatGPT or another website, I just don’t want it added into everything I use all of a sudden.

Thanks in advance for any help. :)

Archived 2 363

Window menu sort order

I operate with several to many windows open (and many tabs). Firefox (Mac) used to list the open Windows in the Window menu in the order I originally created/opened each … (read more)

I operate with several to many windows open (and many tabs). Firefox (Mac) used to list the open Windows in the Window menu in the order I originally created/opened each window. A while back, FF started sorting – and re-sorting! – the list of open windows alphabetically according to the Tab that is currently active in each Window. This means that the window appears in different places in the Window menu list according to the name of the Tab. I DO NOT LIKE THAT because the it makes the Window hard to find.

Is there any way to set this to operate the way it used to - keeping the Window list in the order first opened, regardless of which Tab is open?

Locked Archived 1 363

How can I change the colour of the text in the active tab?

Thanks to the help received here and in the Reddit group I've been able to transfer almost all of my old colour and layout tweaks to a new intallation of Firefox (v133) o… (read more)

Thanks to the help received here and in the Reddit group I've been able to transfer almost all of my old colour and layout tweaks to a new intallation of Firefox (v133) on a new PC (running Windows 10). There's one thing that I haven't succeeded with though: I'd like to change the colour of the text in a tab when that tab becomes the active one.

This is the coding I'm using to change the tab's background colour when it's selected:

  1. TabsToolbar .tab-background[selected]{

background: white !important; }

This works perfectly. But when I tried adding the line

color: black !important;

It had no effect. I'd be grateful for any thoughts. Many thanks.

Solved Archived 2 362

Homepage troubles

I have restored my homepage to Firefox many times, but every time I restart Firefox, it changes back to Google. I even have my search engine set to DuckDuckGo, but it kee… (read more)

I have restored my homepage to Firefox many times, but every time I restart Firefox, it changes back to Google. I even have my search engine set to DuckDuckGo, but it keeps Google as my search engine! I've emptied my cache and data too. How can I stop Google from hijacking my homepage? Thanks, Wally.

Archived 1 360