Prikaz označenih pitanja: Prikaži sva pitanja

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… (pročitajte više)

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 prije 3 dana

Last reply by fatec31634 prije 4 sati

Cannot drag tab to detach it from the current window

After updating to the current version of my OS(listed below) I can no longer drag a tab to detach it from the firefox window. Doing so drags a preview of the tab, but it … (pročitajte više)

After updating to the current version of my OS(listed below) I can no longer drag a tab to detach it from the firefox window. Doing so drags a preview of the tab, but it is never separated from the current window. I can drag it to an already existing window to move tabs from one window to another, but not to create a new window from a single tab.

OS: Manjaro Linux 24.0.0 Wynsdey Linux kernel version: 6.6.30-2-MANJARO (64-bit) Desktop Environment: KDE Plasma 6.0.4 KDE Framework version: 6.1.0 QT Version: 6.7.0 Display Server: Wayland Firefox version: 125.0.3 (64-bit)

Asked by Erik H prije 4 sati

How do I have site theming ignore OS/browser themes?

Firefox's website appearance settings include a setting to force a light theme, force a dark theme, or to have sites automatically adapt to the theme of the browser. I fe… (pročitajte više)

Firefox's website appearance settings include a setting to force a light theme, force a dark theme, or to have sites automatically adapt to the theme of the browser. I feel that's not exactly what I want. I don't want the browser's theme to have anything to do with themes of the sites I'm viewing, nor to force light or dark. I think I'd rather just use the site's default, or if not that, set a theme on the site itself. Is there any way for Firefox to just not meddle in a site's theming at all?

I kinda just don't want any connection between the theme of my operating system, the theme of my browser, or either of those and the theme of websites, and none to force a theme on any of the others. I'm not sure why that seems so desirable nowadays, but I don't want it.

Asked by Sterrence prije 12 sati

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… (pročitajte više)

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 prije 2 sedmica

Last reply by Katerpie prije 12 sati

The "Triage Manager" for Mozilla Refuses to assign anyone to a seven year old open problem

I need to go over the head of the Mozilla Triage manager who has left https://bugzilla.mozilla.org/show_bug.cgi?id=1406865 open without a resolution for **seven years**. … (pročitajte više)

I need to go over the head of the Mozilla Triage manager who has left https://bugzilla.mozilla.org/show_bug.cgi?id=1406865 open without a resolution for **seven years**. How do I do that? This is a bug reported in Firefox 57 and **still** not fixed in Firefox 125. I cannot find any support category anywhere in the Mozilla website that covers appealing a decision by one of their employees. The last comment from this uncooperative indivisual is "But given we support it on macOS and Windows yeah, it seems not very objectionable." Who is this **clerk** to override the fact that a number of customers very much find this "objectionable". I cannot find anything on https://www.mozilla.org/en-US/contact/ that addresses this issue. I cannot find even a surface mail address for Mozilla. For example my complaint has nothing to do with any of the following:

   I’m having problems with using Firefox
   I want to donate to Mozilla
   I have questions about using Mozilla’s trademarks
   I’d like to report misuse of a Mozilla trademark
   I want to hold an event in a Mozilla space
   I want Mozilla to sponsor my event
   I’d like permission to use a Mozilla logo
   I’m interested in Pocket’s sponsored content on Firefox
   I’m a member of the Press and have a question for Mozilla

Yes I am having a problem with Firefox, but the clerk responsible has, through sitting on this issue for **seven years**, basically told the entire community that he doesn't give a reservoir.

In particular I feel this unacceptable behaviour should be brought to the attention of senior management, but there are no contacts for anybody in senior management.

Asked by jamescobban prije 1 sedmicu

Last reply by Paul prije 1 dan

can't scroll down popup window

there are often times when I go to websites, usually when I'm logging in or signing up for an account, where they have a pop-up window for me to enter in the information,… (pročitajte više)

there are often times when I go to websites, usually when I'm logging in or signing up for an account, where they have a pop-up window for me to enter in the information, which usually also includes a captcha, but for some reason I am unable to scroll up or down, and I'm unable to access a submit button as well, therefore unable to complete the process.

this is on my Kyocera e6920 AT&t version 6.103at with Android 10 and a updated version of Firefox.

Asked by eau de solero prije 2 dana

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… (pročitajte više)

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 prije 1 mjeseci

Last reply by Paul prije 2 dana

Browser re-sizing on start up

When I open the application it loads as a small window that I have to maximize to make it full screen. It never used to do this so I need some help to fix this. I've take… (pročitajte više)

When I open the application it loads as a small window that I have to maximize to make it full screen. It never used to do this so I need some help to fix this. I've taken a quick look through settings etc and can't see anything wrong...

Asked by matt_parker prije 2 sedmica

Last reply by firefox2801 prije 2 dana

Reconnecting old device pollutes bookmarks with old bookmarks

Sorry to have this same issue again, knowing full well it can happen after finding this some years ago (https://support.mozilla.org/en-US/questions/1319823), I tried to c… (pročitajte više)

Sorry to have this same issue again, knowing full well it can happen after finding this some years ago (https://support.mozilla.org/en-US/questions/1319823), I tried to carefully connect two older PC devices back to firefox sync, however on one I managed to enable sync before disconnecting my profile (it seemed as if reconnecting sync temporarily was the only way to disconnect a profile from firefox's UI - I should have been more careful and removed the profile from the filesystem level): at which point I polluted the sync server.

I've noticed that `about:sync` has an option under bookmarks/engine actions 'wipe bookmarks', which sounds exactly what I need, and if I watch what happens once pressed it does the right thing and repopulates the sever with the 'correct' PC's bookmark set (when run from that PC), however it also says 'other devices will act like a reset', which i'm finding NOT to be the case: eventually one of my other device repollutes the server with bad bookmarks which propogate.

I'm thinking the culprits are my phones, If I wipe and do a sync on a phone, my phone's bookmarks stay polluted. If i'm right about that, I think my question is: can I wipe my profile (or preferably only my bookmarks) from my phones' Firefox without having to entirely uninstall/reinstall (or do you have any other advice for not re-polluting the server from some already-polluted device's bookmarks?

thanks in advance

Asked by tonywoode prije 1 sedmicu

Last reply by tonywoode prije 2 dana

text in tab names, address bar and menu boxes

Why is the text in tab names, address bar and menu boxes so small? I did the changes to about:config and the other one that comes up when I googled this question but, wh… (pročitajte više)

Why is the text in tab names, address bar and menu boxes so small? I did the changes to about:config and the other one that comes up when I googled this question but, while they enlarge the text in those places, they make the page content too big.

Asked by LB32005 prije 3 dana

Last reply by Agent virtuel prije 3 dana

HTTP to HTTPS redirect causing issues with webpages is not loading and other certificate shenanigans.

I have to configure a lot of networking equipment! One day I might be working on a brand new piece of equipment and the next day trying to log into some ancient piece of … (pročitajte više)

I have to configure a lot of networking equipment! One day I might be working on a brand new piece of equipment and the next day trying to log into some ancient piece of equipment because I need to change something and I can't replace it yet. I'm having a major issue with the redirect even if I explicitly type HTTP it forces it to HTTPS ( and no I don't have HTTPS everywhere installed I've actually never used it ). I've noticed recently a few updates back now that if the connection cannot succeed it redirects to HTTP but it can hang up in a weird limbo where it thinks the site doesn't exist. There needs to be a toggle for local addresses explicitly typed "HTTP" to try that first. There also needs a toggle to ignore the security issues when accessing the device with a self assigned certificate as every single networking device has a self assigned a certificate and every time I need to change the setting on a router I have to agree even though I have a greed for the last 10 times when I've access the device or I just reset the device and the self signed certificate changed. And I don't know how you're gonna handle this on mobile but it almost makes using a mobile browser useless because I might as well just get the computer out even if all I have to do is change a password, SSID or just check a setting.

So local addresses need an option to lower the warning level for self signed certificates and to obey the typed protocol!

And there's some sort of bug with the Logic that detects a certificate or non-secure site that breaks when the connection drops. The only way I've been able to get around this is to go to the address bar and hit enter as a reload will not work and a reload skipping cash will not work to bring the site back up.

I've had devices that I thought weren't working only to find out they were working fine after 3 or 4 attempts and restarts only to find it's just that firefox thought the site didn't exist anymore.

And I don't have any other options because chrome is even worse with HTTPS once it gets it's vampire fangs in you're stuck it will not let you go back. And safari you might as will be undead.

Finally getting annoyed enough to write some thing as every time you go change your setting reboot device check setting log back in change saying restart log back in and you have to hit except certificate every single time.

And while I'm here Bring back the checkbox to save/ not save the certificate as I might not want to save the certificate when I know I'm going to reset the device and it's going to be totally different in the next 10 minutes. Or I might not want to save it at all like I go to a website that's misconfigured and the certificates not valid for the domain name that it's using.

Asked by iMark77 prije 3 dana

Merge Mozilla account and Mozilla Support Account

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked … (pročitajte više)

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked burst of changing passwords. Can we merge them?

Asked by NumbReally prije 1 sedmicu

Last reply by cor-el prije 3 dana

Firefox Getting Unusuable

Hi, this is going to be a long one, so many things... Using Firefox the latest Ubuntu LTS, with the latest Firefox from Snap. I'm a very long term Firefox user, never had… (pročitajte više)

Hi, this is going to be a long one, so many things... Using Firefox the latest Ubuntu LTS, with the latest Firefox from Snap. I'm a very long term Firefox user, never had any real troubles unit recently. I have a vast number of cookies, saved passwords and so on. Reinstalling or deleting cookies or such isn't an option unless fixes are guaranteed to work - if I have to start over then I'll do it with Opera, that is where my grumpiness indicator is at.

The set up is two monitors (working as a single 'screen') attached to an Aspire PC (Aspire X seems to be the model?). I tend to have 'stuff' going on in the left hand monitor, YouTube on the right. The PC is on all day. I know there are log files, but I don't know which is for what or where they are. I use AdBlocker Ultimate.

So what's happening is: Firefox crashes quite often at any time - 'Firefox is not responding - force quit or wait' - always have to quit. There doesn't seem to be any repeatable way to cause this, it seems random.

When the mouse enters the YouTube window (the drawing area, not the actual window) it disappears until the pointer moves out of the window. Jiggling the window size sometimes brings it back, but...

When the mouse pointer actually appears the window is completely unresponsive - clicks don't work, nothing highlights and so on. After somewhere between 10 and 30 seconds things will work for 2 or 3 mouse actions (clicks, drags etc) then do it again. Unless I give it plenty of time, clicking on a video will play a pretty random one - Firefox seems to lose track of where the pointer is.

If I comment on a video the I get about 5 to 10 characters in then nothing happens for 10 to 20 seconds, then any queued characters are shown. Rinse and repeat until the comment is complete - it takes ages.

YouTube is the biggest problem, but there are some glitches in other Firefox windows, I'm supposing that the problems are audio/video related.

None of the above happens with Opera. It's getting to the stage where Firefox is unusable.

I've googled and searched this site but the there seems no solution.

Any help appreciated.

Asked by richardjwatsontsr3 prije 3 dana

Log in to Amazon

I have been unable to receive the OTP I need to log in. My username and password work fine but then I try to get to the OTP, it doesn't show up on my email and the cell … (pročitajte više)

I have been unable to receive the OTP I need to log in. My username and password work fine but then I try to get to the OTP, it doesn't show up on my email and the cell phone number is an old one. Please help. I have a lot of shopping to do.

Asked by Kerry Kilpatrick prije 4 dana

Last reply by jonzn4SUSE prije 4 dana

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… (pročitajte više)

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 prije 4 dana

Last reply by jonzn4SUSE prije 4 dana

  • Riješeno

Font size problems on websites

Using Firefox on windows 10 pro, 64 bit Since updating to Firefox 125.0.3 (64 bit) , I am getting all sorts of website problems with font sizes. Some are all extremely … (pročitajte više)

Using Firefox on windows 10 pro, 64 bit

Since updating to Firefox 125.0.3 (64 bit) , I am getting all sorts of website problems with font sizes. Some are all extremely small like on google news, others have widely mixed sizes, extremely large and extremely small. Even on this page, support.mozilla.org, I have to zoom 250% to make it readable.

I tried troubleshoot mode and there is no difference. The problems are still there.

I tried the Edge browser and the problem is not there.

I didn't have this problem before the update. I tried adjusting windows and the screen dpi, but I can't find a solution. Just seems to make things worse.

Anyone else having this problem? Any suggestions for a solution ?

Asked by dee_veloper prije 1 sedmicu

Answered by dee_veloper prije 4 dana

Editing contacts

I am trying to switch from Google to Firefox, but I still use my Google email. I uploaded my contacts from Google to Firefox, but I am trying to edit my own contact info … (pročitajte više)

I am trying to switch from Google to Firefox, but I still use my Google email. I uploaded my contacts from Google to Firefox, but I am trying to edit my own contact info in Gmail contacts, but when I click the edit button, nothing happens. Do I need to edit it in Firefox, and will that edit migrate back to Gmail? Why can't I edit it in my Gmail contacts (in the Gmail right-hand toolbar), and it will update my Firefox contacts automatically?

If you are going to require "A" file type, fucking say what type it has to be and provide a converter or screenshot tool! I Tried .Docx and PDF. Word does not save to PNG or JPEG so they are not an option.

AT THIS POINT, I AM STRONGLY RECONSIDERING SWITCHING FIREFOX!!!!!!

Asked by rexanderson007 prije 5 dana

Last reply by cor-el prije 5 dana