can,t reinstall firefox
apps tell me firefox is not available something missing or innaccessible
apps tell me firefox is not available something missing or innaccessible
https://i.gyazo.com/74cf268bf4dff38c2945ff3a3227234f.png This is the constant image i keep getting i have asked AI about it and i have already taken multiple steps cleare… (διαβάστε περισσότερα)
https://i.gyazo.com/74cf268bf4dff38c2945ff3a3227234f.png This is the constant image i keep getting i have asked AI about it and i have already taken multiple steps cleared caches/history, personal settings and others including
cusytomize browser wallpaper
Hello, I just downloaded v153.0.4 and now there are no wallpapers on my New Tabs or Home Page. No custom url for new tabs either and the Firefox Home is a blank page. Wha… (διαβάστε περισσότερα)
Hello,
I just downloaded v153.0.4 and now there are no wallpapers on my New Tabs or Home Page. No custom url for new tabs either and the Firefox Home is a blank page.
What's up with that?
- Andre'a
Every time I open Firefox it crashes after a few seconds. I have tried refreshing and reinstalling. Please help.
trending tickers is driving me nuts when i pull up the stock names
On two different Windows machines, current Firefox (153.0.1), the alt-d shortcut stops working: it does nothing until I restart Firefox. Then it works again for a while. … (διαβάστε περισσότερα)
On two different Windows machines, current Firefox (153.0.1), the alt-d shortcut stops working: it does nothing until I restart Firefox. Then it works again for a while. I've tried about:keyboard and it's not reset there. I tried all combinations: Clear, Reset, setting it to alt-d explicitly. None of those worked. But when I set it to alt-a, that worked--but then resetting back to alt-d again didn't work. That shortcut is muscle memory at this point, so it's quite distressing. Not sure what diagnostics might be available to help here, happy to try anything.
Full disclosure: Both machines are Windows 10 but since that's stable, I find it hard to believe that's related.
For at least a few months now, my browser will suddenly and randomly go fullscreen all by itself. I can't exit it, and then it goes back to normal after at most a minute… (διαβάστε περισσότερα)
For at least a few months now, my browser will suddenly and randomly go fullscreen all by itself. I can't exit it, and then it goes back to normal after at most a minute. It hasn't happened in at least a week. But today, it froze like that, not responding. I quit firefox, waited a bit, then restarted it. It went fullscreen and froze again. I waited at least 10min and it then went back to normal and responded again. It only happens when using firefox. I've done virus scans, etc, and it still keeps happening. Please help. Thanks.
From time to time I stumble upon videos that do not have Picture in Picture button and when I switch tab, they do not open PiP automatically. Example: https://youtu.be/Br… (διαβάστε περισσότερα)
From time to time I stumble upon videos that do not have Picture in Picture button and when I switch tab, they do not open PiP automatically. Example: https://youtu.be/BrNglFVnMMw Majority of videos works fine. Do you have any idea what could cause it? Is it some youtube DRM?
Can not load xpcom. lost all my firefox details and can't get anything back. HELP
I saw a very confident by a 'support volunteer' that the interface contains controls to delete traces. Show me in the in interface where these files can be deleted: C:\Us… (διαβάστε περισσότερα)
I saw a very confident by a 'support volunteer' that the interface contains controls to delete traces.
Show me in the in interface where these files can be deleted:
C:\Users\User\AppData\Local\Mozilla\Firefox\Profiles\0NB2KS6j.Profile 1\cache2\entries
C:\Users\User\AppData\Local\Mozilla\Firefox\Profiles\0NB2KS6j.Profile 1\safebrowsing
Some very bold claims that I don't see backed up by anything having to do with reality.
I have a Windows 10 Pro system and Firefox continues to open up at least 17 processes for one internet window. This eats up system resources for nothing more than general… (διαβάστε περισσότερα)
I have a Windows 10 Pro system and Firefox continues to open up at least 17 processes for one internet window. This eats up system resources for nothing more than general web browsing. How can these processes be limited? Thank you.
the password logins are confusing.disturbing and stifling my project,i need to log in to Carprog Online but your password page wont allow me therefore delaying my time in… (διαβάστε περισσότερα)
the password logins are confusing.disturbing and stifling my project,i need to log in to Carprog Online but your password page wont allow me therefore delaying my time in
Hi! We have automated tests that run in Firefox across a large number of instances. There are about a hundred nodes where the browser is launched. For security reasons, t… (διαβάστε περισσότερα)
Hi! We have automated tests that run in Firefox across a large number of instances. There are about a hundred nodes where the browser is launched. For security reasons, there is no Internet access. When the browser closes, requests are sent to 146.75.117.91. Since there is no Internet connection, the request fails to complete, and the process terminates due to a timeout. Because the browser is controlled by geckodriver, the `driver.close()` call fails with an error. I’ve tried numerous browser startup options, but none solve the problem; the process still crashes. The only thing that works is blocking the IP address at the firewall level or in the `hosts` file. However, I’m not happy with this solution because it would need to be applied to a hundred nodes, which would create scalability issues down the line. Are there perhaps any options I missed? I also found these addresses in `omni.ja`. Could it be that they are hardcoded and cannot be changed via options?
What I tried
options.set_preference('toolkit.telemetry.enabled', False)
options.set_preference('toolkit.telemetry.rejected', True)
options.set_preference('datareporting.healthreport.uploadEnabled', False)
options.set_preference('datareporting.policy.dataSubmissionEnabled', False)
options.set_preference('toolkit.telemetry.shutdownPingSender.enabled', False)
options.set_preference('toolkit.telemetry.shutdownPingSender.enabledFirstSession', False)
options.set_preference('toolkit.telemetry.firstShutdownPing.enabled', False)
options.set_preference("telemetry.fog.init_on_shutdown", False)
pac = """data:text/plain,function FindProxyForURL(url, host) {
var blocked = [
"incoming.telemetry.mozilla.org",
"telemetry.mozilla.org",
"normandy.cdn.mozilla.net",
"firefox.settings.services.mozilla.com",
"contile.services.mozilla.com",
"push.services.mozilla.com",
"aus5.mozilla.org",
"versioncheck.addons.mozilla.org"
];
for (var i = 0; i < blocked.length; i++) {
if (dnsDomainIs(host, blocked[i]) || host == blocked[i]) {
return "PROXY 127.0.0.1:1";
}
}
return "DIRECT";
}"""
fp.set_preference('network.proxy.type', 2)
fp.set_preference('network.proxy.autoconfig_url', pac)
options.set_preference('toolkit.telemetry.server', )
options.set_preference('toolkit.telemetry.server_owner', 'localhost')
fp.set_preference('toolkit.telemetry.shutdownPingSender.backgroundtask.enabled', False)
fp.set_preference('telemetry.fog.log.level', 'off')
fp.set_preference('telemetry.fog.artifact_build', False)
fp.set_preference('browser.background.tasks.enabled', False)
fp.set_preference('browser.backgroundtasks.scheduled.task.timeout.sec', 0)
options.set_preference('network.dns.localDomains',
'incoming.telemetry.mozilla.org,telemetry.mozilla.org,normandy.cdn.mozilla.net')
options.set_preference('network.captive-portal-service.enabled', False)
options.set_preference('network.connectivity-service.enabled', False)
options.set_preference('services.settings.server', )
options.set_preference('telemetry.fog.artifact_build', False)
options.set_preference('telemetry.fog.test.localhost_port', -1)
options.set_preference('toolkit.telemetry.archive.enabled', False)
options.set_preference('toolkit.telemetry.bhrPing.enabled', False)
options.set_preference('toolkit.telemetry.newProfilePing.enabled', False)
options.set_preference('toolkit.telemetry.reportingPolicy.firstRun', False)
options.set_preference('toolkit.telemetry.unified', False)
options.set_preference('toolkit.telemetry.unifiedIsOptIn ', False)
options.set_preference('toolkit.telemetry.prompted ', 2)
options.set_preference('toolkit.telemetry.unifiedIsOptIn ', False)
options.set_preference('toolkit.telemetry.updatePing.enabled', False)
options.set_preference('datareporting.glean.enabled', False)
options.set_preference('telemetry.fog.enabled', False)
after the new version of firefox update my home page which i have always had Newsmax.com does not load says problem loading page i have tried several times and it … (διαβάστε περισσότερα)
after the new version of firefox update my home page which i have always had Newsmax.com does not load says problem loading page i have tried several times and it will not load. it works in Google chrome so why not in Firefox
ebay uk will not display correctly in firefox yet works perfectly well in other browsers?
Under Settings>Privacy/Security>Browsing Data there is no longer the option to Manage Cookies, despite the help section saying that is where to find it. There is no… (διαβάστε περισσότερα)
Under Settings>Privacy/Security>Browsing Data there is no longer the option to Manage Cookies, despite the help section saying that is where to find it. There is no other place in all of Settings to find the list of cookies. There is only the ability to delete all cookies in History, which I have no desire to do. I edit the cookie list weekly, and it is only now, mid August 2026, under Firefox 153 on Win 10 that I no longer have access to them. How do I get it back?
With an older version, i was able to clear cookies after visiting secure sites(s) - now I can't find a way to do this. Please bring it back - I consider this to be extrem… (διαβάστε περισσότερα)
With an older version, i was able to clear cookies after visiting secure sites(s) - now I can't find a way to do this. Please bring it back - I consider this to be extremely important for my security!
Bonjour à tous. Je souhaite savoir s'il existe une extension de Firefox qui bloque les pixels de suivis. Merci d'avance pour votre aide