How can I stop Firefox from checking for updates?
This problem STILL has not been fixed 3 years later. I DON'T WANT FIREFOX CHECKING FOR UPDATES.
This problem STILL has not been fixed 3 years later. I DON'T WANT FIREFOX CHECKING FOR UPDATES.
Prior to the most recent Firefox update (109.0), I was able to sign on to my account on the Wells Fargo website. https://www.wellsfargo.com/ Now after updating, Firefox… (læs mere)
Prior to the most recent Firefox update (109.0), I was able to sign on to my account on the Wells Fargo website. https://www.wellsfargo.com/ Now after updating, Firefox is not allowing a sign on. Other browsers work fine.
Hello, I have downloaded Firefox installer but I couldn't install it. It's giving issue that you need to start over but when i start over again it gives the same issue. I… (læs mere)
Hello, I have downloaded Firefox installer but I couldn't install it. It's giving issue that you need to start over but when i start over again it gives the same issue. I have some pending work to do on my blog so I nee to install it ASAP. How can i fix it? Thanks
Today my Firefox browser has started muting my streaming video after 40 seconds and I need to pause/start or go back 10 seconds to restart the sound. It is really annoyi… (læs mere)
Today my Firefox browser has started muting my streaming video after 40 seconds and I need to pause/start or go back 10 seconds to restart the sound. It is really annoying. I have updated and restarted both my computer and Firefox, and tried different streaming services, but it didn't fix it.
I tried to visit carsales.com.au but get redirected to "https://afx.adfixus.com/2023.1.25.1/auth/pta/?scope,,,, etc" I see on a forum this is a website failing, but all m… (læs mere)
I tried to visit carsales.com.au but get redirected to "https://afx.adfixus.com/2023.1.25.1/auth/pta/?scope,,,, etc" I see on a forum this is a website failing, but all my searches for anything result in the same thing attempting to open. I have closed Firefox and reopened but cannot get any website to display from a search. WhAT TO DO?
Hi, I explained in the query itself. I do not have any add on or downloaded any ad blocker software. But genuine sites are not allowed to for eg. to access a speed test w… (læs mere)
Hi, I explained in the query itself. I do not have any add on or downloaded any ad blocker software. But genuine sites are not allowed to for eg. to access a speed test website keralatelecom.info. I get this alert
Restore this [removed] to what attracted people in the first place. Cramming [removed] down throats, maybe not so much.....
Well this happened after a Firefox Update with that i also suspect that using a User.js can aslo cause it would you like to look for the problem pls. ```js // /* You may … (læs mere)
Well this happened after a Firefox Update with that i also suspect that using a User.js can aslo cause it would you like to look for the problem pls.
```js // /* You may copy+paste this file and use it as it is.
* * If you make changes to your about:config while the program is running, the * changes will be overwritten by the user.js when the application restarts. * * To make lasting changes to preferences, you will have to edit the user.js. */
/****************************************************************************
* Betterfox * * "Ad meliora" * * version: 107a1 * * url: https://github.com/yokoffing/Betterfox *
/****************************************************************************
* SECTION: SECUREFOX *
/** TRACKING PROTECTION ***/ user_pref("browser.contentblocking.category", "strict"); user_pref("privacy.trackingprotection.emailtracking.enabled", true); user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); user_pref("beacon.enabled", false); user_pref("browser.uitour.enabled", false);
/** OCSP & CERTS / HPKP ***/ user_pref("security.OCSP.enabled", 0); user_pref("security.remote_settings.crlite_filters.enabled", true); user_pref("security.pki.crlite_mode", 2); user_pref("security.cert_pinning.enforcement_level", 2);
/** SSL / TLS ***/ user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); user_pref("browser.xul.error_pages.expert_bad_cert", true); user_pref("security.tls.enable_0rtt_data", false);
/** FONTS***/ user_pref("layout.css.font-visibility.private", 1); user_pref("layout.css.font-visibility.trackingprotection", 1);
/** RFP ***/ user_pref("browser.startup.blankWindow", false); user_pref("browser.display.use_system_colors", false);
/** DISK AVOIDANCE ***/ user_pref("browser.cache.disk.enable", false); user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); user_pref("browser.sessionstore.privacy_level", 2); user_pref("browser.helperApps.deleteTempFileOnExit", true); user_pref("browser.pagethumbnails.capturing_disabled", true);
/** SHUTDOWN & SANITIZING ***/ user_pref("privacy.history.custom", true);
/** SPECULATIVE CONNECTIONS ***/ user_pref("network.http.speculative-parallel-limit", 0); user_pref("network.dns.disablePrefetch", true); user_pref("browser.urlbar.speculativeConnect.enabled", false); user_pref("browser.places.speculativeConnect.enabled", false); user_pref("network.prefetch-next", false); user_pref("network.predictor.enabled", false); user_pref("network.predictor.enable-prefetch", false);
/** SEARCH / URL BAR ***/ user_pref("browser.search.separatePrivateDefault.ui.enabled", true); user_pref("browser.urlbar.update2.engineAliasRefresh", true); user_pref("browser.search.suggest.enabled", false); user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); user_pref("network.IDN_show_punycode", true);
/** HTTPS-ONLY MODE ***/ user_pref("dom.security.https_only_mode", true); user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);
/** DNS-over-HTTPS (DOH) ***/ user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
/** PROXY / SOCKS / IPv6 ***/ user_pref("network.proxy.socks_remote_dns", true); user_pref("network.file.disable_unc_paths", true); user_pref("network.gio.supported-protocols", "");
/** PASSWORDS AND AUTOFILL user_pref("signon.formlessCapture.enabled", false); user_pref("signon.privateBrowsingCapture.enabled", false); user_pref("signon.autofillForms", false); user_pref("signon.rememberSignons", false); user_pref("editor.truncate_user_pastes", false); ***/
/** ADDRESS + CREDIT CARD MANAGER ***/ user_pref("extensions.formautofill.addresses.enabled", false); user_pref("extensions.formautofill.creditCards.enabled", false); user_pref("extensions.formautofill.heuristics.enabled", false); user_pref("browser.formfill.enable", false);
/** MIXED CONTENT + CROSS-SITE ***/ user_pref("network.auth.subresource-http-auth-allow", 1); user_pref("pdfjs.enableScripting", false); user_pref("extensions.postDownloadThirdPartyPrompt", false); user_pref("permissions.delegation.enabled", false);
/** HEADERS / REFERERS ***/ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
/** CONTAINERS ***/ user_pref("privacy.userContext.ui.enabled", true);
/** WEBRTC ***/ user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); user_pref("media.peerconnection.ice.default_address_only", true);
/** GOOGLE SAFE BROWSING ***/ user_pref("browser.safebrowsing.malware.enabled", false); user_pref("browser.safebrowsing.phishing.enabled", false); user_pref("browser.safebrowsing.downloads.enabled", false); user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false); user_pref("browser.safebrowsing.downloads.remote.block_uncommon", false); user_pref("browser.safebrowsing.blockedURIs.enabled", false);
/** MOZILLA ***/ user_pref("identity.fxaccounts.enabled", false); user_pref("browser.tabs.firefox-view", false); user_pref("dom.push.enabled", false); user_pref("permissions.default.desktop-notification", 2); user_pref("permissions.default.geo", 2); user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); user_pref("geo.provider.ms-windows-location", false); // WINDOWS user_pref("geo.provider.use_corelocation", false); // MAC user_pref("geo.provider.use_gpsd", false); // LINUX user_pref("geo.provider.use_geoclue", false); // LINUX user_pref("browser.region.update.enabled", false); user_pref("permissions.manager.defaultsUrl", ""); user_pref("webchannel.allowObject.urlWhitelist", "");
/** TELEMETRY ***/ user_pref("toolkit.telemetry.unified", false); user_pref("toolkit.telemetry.enabled", false); user_pref("toolkit.telemetry.server", "data:,"); user_pref("toolkit.telemetry.archive.enabled", false); user_pref("toolkit.telemetry.newProfilePing.enabled", false); user_pref("toolkit.telemetry.shutdownPingSender.enabled", false); user_pref("toolkit.telemetry.updatePing.enabled", false); user_pref("toolkit.telemetry.bhrPing.enabled", false); user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); user_pref("toolkit.telemetry.coverage.opt-out", true); user_pref("toolkit.coverage.opt-out", true); user_pref("datareporting.healthreport.uploadEnabled", false); user_pref("datareporting.policy.dataSubmissionEnabled", false); user_pref("app.shield.optoutstudies.enabled", false); user_pref("browser.discovery.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); user_pref("captivedetect.canonicalURL", ""); user_pref("network.captive-portal-service.enabled", false); user_pref("network.connectivity-service.enabled", false); user_pref("default-browser-agent.enabled", false); user_pref("app.normandy.enabled", false); user_pref("app.normandy.api_url", ""); user_pref("browser.ping-centre.telemetry", false); user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false); user_pref("browser.newtabpage.activity-stream.telemetry", false);
/****************************************************************************
* SECTION: PESKYFOX *
/** MOZILLA UI ***/ user_pref("layout.css.prefers-color-scheme.content-override", 2); user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); user_pref("app.update.suppressPrompts", true); user_pref("accessibility.force_disabled", 1); user_pref("browser.compactmode.show", true); user_pref("browser.privatebrowsing.vpnpromourl", ""); user_pref("extensions.getAddons.showPane", false); user_pref("extensions.htmlaboutaddons.recommendations.enabled", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false); user_pref("browser.preferences.moreFromMozilla", false); user_pref("browser.tabs.tabmanager.enabled", false); user_pref("browser.aboutwelcome.enabled", false); user_pref("findbar.highlightAll", true); user_pref("middlemouse.contentLoadURL", false); user_pref("browser.privatebrowsing.enable-new-indicator", false);
/** FULLSCREEN ***/ user_pref("full-screen-api.transition-duration.enter", "0 0"); user_pref("full-screen-api.transition-duration.leave", "0 0"); user_pref("full-screen-api.warning.delay", 0); user_pref("full-screen-api.warning.timeout", 0);
/** URL BAR ***/ user_pref("browser.urlbar.suggest.engines", false); user_pref("browser.urlbar.suggest.topsites", false); user_pref("browser.urlbar.suggest.calculator", true); user_pref("browser.urlbar.unitConversion.enabled", true);
/** NEW TAB PAGE ***/ user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
/*** POCKET ***/ user_pref("extensions.pocket.enabled", false);
/** DOWNLOADS ***/ user_pref("browser.download.useDownloadDir", false); user_pref("browser.download.alwaysOpenPanel", false); user_pref("browser.download.manager.addToRecentDocs", false); user_pref("browser.download.always_ask_before_handling_new_types", true);
/** PDF ***/ user_pref("browser.download.open_pdf_attachments_inline", true);
/** TAB BEHAVIOR ***/ user_pref("browser.link.open_newwindow.restriction", 0); user_pref("dom.disable_window_move_resize", true); user_pref("browser.tabs.loadBookmarksInTabs", true); user_pref("browser.bookmarks.openInTabClosesMenu", false); user_pref("clipboard.plainTextOnly", true); user_pref("dom.popup_allowed_events", "click dblclick"); user_pref("layout.css.has-selector.enabled", true);
/****************************************************************************
* SECTION: FASTFOX *
user_pref("nglayout.initialpaint.delay", 0); user_pref("nglayout.initialpaint.delay_in_oopif", 0); user_pref("browser.startup.preXulSkeletonUI", false);
/** EXPERIMENTAL ***/ user_pref("layout.css.grid-template-masonry-value.enabled", true); user_pref("dom.enable_web_task_scheduling", true); user_pref("layout.css.animation-composition.enabled", true);
/** NETWORK ***/ user_pref("network.ssl_tokens_cache_capacity", 32768); user_pref("network.dnsCacheEntries", 20000); user_pref("network.dnsCacheExpiration", 3600); user_pref("network.dnsCacheExpirationGracePeriod", 240); user_pref("network.buffer.cache.size", 262144); user_pref("network.buffer.cache.count", 128);
/** GFX ***/ user_pref("gfx.webrender.all", true); user_pref("gfx.webrender.precache-shaders", true); user_pref("gfx.webrender.compositor", true); user_pref("gfx.canvas.accelerated", true); user_pref("gfx.canvas.accelerated.cache-items", 32768); user_pref("gfx.canvas.accelerated.cache-size", 4096); user_pref("gfx.content.skia-font-cache-size", 80); user_pref("image.cache.size", 10485760); user_pref("image.mem.decode_bytes_at_a_time", 131072); user_pref("image.mem.shared.unmap.min_expiration_ms", 120000); user_pref("layers.gpu-process.enabled", true); user_pref("media.memory_cache_max_size", 1048576); user_pref("media.memory_caches_combined_limit_kb", 2560000); user_pref("media.cache_size", 2048000); user_pref("media.cache_readahead_limit", 9000); user_pref("media.cache_resume_threshold", 6000);
/** CACHE ***/ user_pref("browser.cache.memory.max_entry_size", 153600);
/****************************************************************************
* SECTION: SMOOTHFOX *
// see https://github.com/yokoffing/Betterfox/blob/master/Smoothfox.js // Enter your scrolling prefs below this line: // recommended for 60hz displays user_pref("general.smoothScroll", true); // DEFAULT user_pref("mousewheel.default.delta_multiplier_y", 275); // 250-500 /****************************************************************************
* START: MY OVERRIDES *
// Enter your personal prefs below this line:
/****************************************************************************
* END: BETTERFOX *
```
Hello. I have two computers (A and B). the hard drive on the B died and i just had a new hard drive installed. i have installed firefox on B. the sync to my A does not wo… (læs mere)
Hello. I have two computers (A and B). the hard drive on the B died and i just had a new hard drive installed. i have installed firefox on B. the sync to my A does not work. firefox asks me to sign in. i sign in with my email address and password for B, this is not accepted. i then try signing in with A's password and that is not accepted either. when i check A's settings, it doesnt allow me to add B as a new device. Any help would be appreciated. Thanks
Hello all, I was wondering if any one else is getting these old file virus alerts "Trojan Horse Full Path: c:\program files\mozilla firefox\00029458.tmp" I have been gett… (læs mere)
Hello all, I was wondering if any one else is getting these old file virus alerts "Trojan Horse Full Path: c:\program files\mozilla firefox\00029458.tmp" I have been getting alerts every two or three days from Norton "NIS" with different temporary file numbers that end up in this folder/directory. These are some type of Media file that are 7 years old with lots of users. They seam to popup when I read my yahoo news feed. I browse in private mode, so I don't save cash or searches, I don't use a VPN either so maybe someone is trying to track me or Norton is being over protective because these don't look to be harmful because of so many users but I am no expert.
I used to be able to open a password protected pdf email attachment on my laptop without downloading it. Now when I enter the password, a file loading symbol appears but … (læs mere)
I used to be able to open a password protected pdf email attachment on my laptop without downloading it. Now when I enter the password, a file loading symbol appears but the file never opens. On other browsers and on my android I am able to open the pdf. How do I fix this situation?
all of a sudden there's red outlining all over the place. What gives????
Firstly, a moan. If you are going to ask me to provide data manually for heavens sake DO NOT divert the page in which I've just spent time typing to another page and dump… (læs mere)
Firstly, a moan. If you are going to ask me to provide data manually for heavens sake DO NOT divert the page in which I've just spent time typing to another page and dump all my work into the ether in the process!! Trigger the opening of a new tab, save my work, or just don't request - but PLEASE don't waste my time making me type the whole lot again!
Now, back to screenshots. As useful as the feature is, the 'copy' function does not allow paste into much I've tried or the desktop. The download function only saves in PNG format which isn't much liked for uploading elsewhere. Can we not have the possibility to chose a download familiar file format, e.g. JPEG and PDF?
Also, can we not have a facility to print a screenshot? That is to send directly to a print function. That would be very useful as one could print just the parts of web-pages required, not all the dross, white space, page breaks in wrong places and in some cases huge length (multitude of print pages).
Perhaps this should be posted in suggestions for inprovement, if only I could find that page... No link to it? Or am I missing it?
Thanks.
After the last update, the font on many pages has become bold. How to fix it ? Everything is on the Fonts tab by default.
Pages reload while trying to read. This is a problem on news, blog, and most pages with a lot of text. Before headlines can be fully read, the page reloads and you're bac… (læs mere)
Pages reload while trying to read. This is a problem on news, blog, and most pages with a lot of text. Before headlines can be fully read, the page reloads and you're back at the top. This has been a problem since Netscape went away. There was a red stop button that froze the page. The page didn't reload until manually reloaded. The only solution I've found is to unplug Starlink, read the page and replug, refresh. Using FF since Netscape died. I have used Chrome and others, but this is a common annoyance. I suppose this constant reloading on some sites is a way to increase page view stats.
Windows 7, FF 108.0.2. I normally update FF when new updates appear.
I do have a new PC with windows 11, but it's such a mess, I'll probably have to load Linux to make it usable.
Thanks in advance for any help.
John
I am a 25 year user of firefox and this is the worst it has been 100.0 On more and more sites Firefox fails to work on forms and certain web pages. forms dont show up… (læs mere)
I am a 25 year user of firefox and this is the worst it has been 100.0 On more and more sites Firefox fails to work on forms and certain web pages.
forms dont show up forms dont execute once complete certain website actions dont work
my belief is these are special scripts and not the basic website display, but I am having to switch to chrome more and more to acomplish my daily activities.
I have updated recently to 100 and I find it hard to believe I have these problems.
I am currently using a Yahoo Mail account and have been for years but recently when on the yahoo mail page I get a red notification tellimg me I'm not connected to the in… (læs mere)
I am currently using a Yahoo Mail account and have been for years but recently when on the yahoo mail page I get a red notification tellimg me I'm not connected to the internet on the tab displaying Yahoo Mail.
All other open tabs are able to access the net with no problem.
The only way to clear the issue is to open task manager, select all user info whereupon I will see one or two entries under Firefox using massive amounts of memory, i.e most open windows will have between 4.000k and 10.000k allocated but the top two entries arranged under memory use will both be firefox showing around 13.000.000k and 1.500.000k but with no information to identify which tab in firefox is using that amount.
If you select the 13.000.000 and end process, it ends that entry and nothing happens, if you then end the 1.500.000 process it crashes firefox and every single tab and window closes.
Restart firefox and it will open with the session restore page, hit restore existing session and watch the pages reopen and one iteration will head for the 13.000.000 mark again and Yahoo will not load at all.
It usually takes one or two more crashes until the session restores and Yahoo Mail loads and opens as if nothing has happened.
Today however after 4 attempts I eventually got a cannot find server notice on the yahoo page so I hard reset my router and after manually diabling and re enabling my network adapter my computer re-established a newtwork connection but when I restarted Firefox again the restore session was greyed out and only the new session button was available.
In the new session it loaded Yahoo mail immediately and when I tried to see if I could manually restore the session using the top right menu button, there is no session restore information or button at all.
Go to the history tab and there are no closed tabs or windows ( both greyed out) but the recent history display and the history itself is showing all the previousl pages.
I searched online and found this link https://support.mozilla.org/en-US/questions/1267353#:~:text=If%20your%20tabs%20disappeared%20and%20the%20previous%20session,3.%20Close%20Firefox%20Delete%20sessionstore.jsonlz4%20file%20More%20items but none of the information in it matches anything in my file system even though I too am still using Windows 7. This is the version in the update history Firefox 108.0.2 (20230104165113) Details Installed on: 6 January 2023 at 15:40:33 Status: The Update was successfully installed
Can anyone help with the why one particular tab in firefox keeps trying to monopolise memory use for itself and how to stop it, and whether there is any way to recover the previous session information as I can't find anythig remotely relating to it on my system at all:-(
Thanks
Its my Paramount+ streaming account, which works just fine with my Google Browser, but Firefox keeps trying to get me to put in my payment information even it recognizes … (læs mere)
Its my Paramount+ streaming account, which works just fine with my Google Browser, but Firefox keeps trying to get me to put in my payment information even it recognizes my Log In Info?
Hi, Searched firefox support & googled but can't find any solutions to this. I need to edit the website field on a saved login & password. Can't find a way to d… (læs mere)
Hi, Searched firefox support & googled but can't find any solutions to this.
I need to edit the website field on a saved login & password. Can't find a way to do it & I've tried creating a new login but it still won't let me do what I need to.
A website that I use has 2 logins, depending upon which sub-part I want to go to. The first is, say, www.sitename/sub1/ & the other is www.sitename/sub2/ & each then brings a separate login page. I want to be able to save or create these 2 separate ID's, but the logins & passwords page will only create a login based on www.sitename
Is there any way to do this or am I stuck with having to do this manually each time?
Cheers,
Les (not so sunny) Greece.
How Pathetic is this? How do I get rid of the Menu Toolbar? This is a question that needs Community Help??????????????????????????????