List what the 'about:conffig' preferences are used for

Hello, I am a tinkerer and I would like to tweak my Firefox Developer Edition to suit my tastes, but I don't know what each of the preference commands does. Could you pr… (மேலும் படிக்க)

Hello, I am a tinkerer and I would like to tweak my Firefox Developer Edition to suit my tastes, but I don't know what each of the preference commands does. Could you provide a list explaining what each command does and, if possible, how to use them? I don't want to reinstall Firefox.italic text I prefer to do things properly. Thanks

Asked by Mathieu Simon 4 நாட்கள் முன்பு

Last reply by cor-el 3 நாட்கள் முன்பு

software and Firefox app for Android

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me … (மேலும் படிக்க)

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me I have android and don't recognize my galaxy fire fox for Android wrong software screw up my phone and accounts

Asked by Chole “Princess” Mickey 3 மாதங்களுக்கு முன்பு

Last reply by Mary T. Hodge 6 நாட்கள் முன்பு

Autofill credit cards and address's

Why does autofill of credit cards and address's not work outside of the US and Canada? Will support ever be implemented? I'm using Firefox on Android.

Asked by UHAX 1 வாரத்திற்கு முன்பு

Last reply by Paul 1 வாரத்திற்கு முன்பு

tabs and auto updates

I just lost several hundred tabs on Firefox mobile right after it updated itself. The most recent tabs show only ten of those tabs, which were all opened and closed tod… (மேலும் படிக்க)

I just lost several hundred tabs on Firefox mobile right after it updated itself. The most recent tabs show only ten of those tabs, which were all opened and closed today and aren't part of what I need to restore.

How do I get my tabs back? I've seen no 'restore previous session' option. My laptop only shows the few I have open now. What do I do to restore them?

Asked by Katerpie 1 மாதத்திற்கு முன்பு

Last reply by Paul 1 வாரத்திற்கு முன்பு

Cut and paste is still broken

For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google ch… (மேலும் படிக்க)

For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google chrome and Wonderfox which don't suffer this issue. I fail to understand why Firefox is alone in this problem. I would switch to Wonderfox as a default but it only works on SSL sites. Please stop ignoring this issue and fix it. Running Windows 11 fully updated on an AMD cpu.

Asked by michaelgroves 1 வாரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 வாரத்திற்கு முன்பு

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank.… (மேலும் படிக்க)

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank. I need to click on the bookmarks icon to open the list of bookmarks saved instead of seeing them on the toolbar. I didn't change anything and now it's all gone. I have uploaded a screenshot of my screen when I open Mozilla.

Asked by marilemaybali 1 வாரத்திற்கு முன்பு

Last reply by cor-el 1 வாரத்திற்கு முன்பு

Running Firefox beta along side release - can I have macOS default to one of them?

I'm running both versions of firefox on my mac by renaming the .app for nightly. However, when I click on a link on an application, it seems to default to my nightly vers… (மேலும் படிக்க)

I'm running both versions of firefox on my mac by renaming the .app for nightly. However, when I click on a link on an application, it seems to default to my nightly version instead of release.

For both versions, the "default browser" setting is enabled. One thing I tried was letting chrome take the default again, and setting it from the release version after. Both versions then showed it checked again. I cannot uncheck it from the beta version.

It seems they might be reporting to the OS as the same app for this purpose.

Another thing I tried was changing the app name in it's Info.plist. Now, I see a new name in the menu bar and it shows as a distinct browser in the OS' "default browser" settings. However, it doesn't seem to solve my issue. All links still open in the Beta, even if the only one currently open is Release.


Is there a way to have it default to the normal version of firefox?

Asked by macsonmacs 2 வாரங்களுக்கு முன்பு

Last reply by jscher2000 - Support Volunteer 2 வாரங்களுக்கு முன்பு

Firefox Android, want to export history?..please someone make addon for this..

Now that firefox Android supports addons, please someone make addons for History export.. Is there any other better way to export history.. I have tried sync.. but there… (மேலும் படிக்க)

Now that firefox Android supports addons, please someone make addons for History export..

Is there any other better way to export history.. I have tried sync.. but there seems to be some limitations in sync, it didn't sync all the history..

Asked by fatec31634 3 வாரங்களுக்கு முன்பு

Last reply by Paul 2 வாரங்களுக்கு முன்பு

Display problems with Beta 127 on a Windows ARM PC (Adreno 685 GPU)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when h… (மேலும் படிக்க)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when hardware acceleration is switched off!

Asked by me267 2 வாரங்களுக்கு முன்பு

Last reply by TyDraniu 2 வாரங்களுக்கு முன்பு

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (மேலும் படிக்க)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Asked by jamescobban 1 மாதத்திற்கு முன்பு

Last reply by Paul 2 வாரங்களுக்கு முன்பு

not loading phots and data on products on a store web site

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data an… (மேலும் படிக்க)

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data and photos will show up. Nothing shows. (cutterbuck.com)

Asked by hslatery 3 வாரங்களுக்கு முன்பு

Last reply by jonzn4SUSE 3 வாரங்களுக்கு முன்பு

Twitter/X doesn't work

Twitter/X doesn't work and it keeps telling me it's cause of Strict Mode is on but it's not (I'm using standard)

Asked by milky5101520 3 வாரங்களுக்கு முன்பு

Last reply by Paul 3 வாரங்களுக்கு முன்பு

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (மேலும் படிக்க)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Asked by Andrijan 3 வாரங்களுக்கு முன்பு

Last reply by jscher2000 - Support Volunteer 3 வாரங்களுக்கு முன்பு

How do I dismiss a permission dialog?

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out o… (மேலும் படிக்க)

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out of my face. The page seems to work otherwise, but the stupid browser keeps the dialog over top of things, and clicking outside of it, and hitting Esc, don't make it go away. I think those actions used to work, and I think there, sensibly, used to be a dismiss option, but that seems to be absent now. There's no sense to trying to force me to make a decision I don't want to make, and doesn't even need to be made, and I want this thing to cut it out.

Asked by Sterrence 3 வாரங்களுக்கு முன்பு

Last reply by cor-el 3 வாரங்களுக்கு முன்பு

firefox PDF editor losing changes

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there… (மேலும் படிக்க)

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there was no notes I thought I had already made multiple times so I tested it. I edited a text box, scrolled a bit and continued browsing on another monitor. Checked in a minute and boom edit gone. If anyone has a solution I'd appreciate it as I have been using Firefox PDF editor for a bit and quite liked it until now.

Asked by rqcniqsobvdsrxhjet 3 வாரங்களுக்கு முன்பு

Last reply by cor-el 3 வாரங்களுக்கு முன்பு