Showing questions tagged: Show all questions
  • Solved
  • Archived

Firefox attempting to access unwanted web site mv.outbrain.com

Firefox keeps attempting to access a web site with an unwanted application. The site is mv.outbrain.com and my virus software keeps asking to block the site. The popup is… (read more)

Firefox keeps attempting to access a web site with an unwanted application. The site is mv.outbrain.com and my virus software keeps asking to block the site. The popup is now becoming a nuisance how do I stop it or delete the reference to it

Asked by Rob 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Solved
  • Archived

Unicode Fonts are not rendered properly

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

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                                                           *
                                                                                                                                                        • /

```

Asked by rajbirmodak9m 1 year ago

Answered by Dropa 1 year ago

  • Solved
  • Archived

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (read more)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Asked by austinjames 1 year ago

Answered by austinjames 1 year ago

  • Solved
  • Archived

Can't put individual extension on toolbar

While I can click on the extensions button circled in the screenshot to access them, I can't move those extensions to the toolbar directly. When I search for this issue o… (read more)

While I can click on the extensions button circled in the screenshot to access them, I can't move those extensions to the toolbar directly. When I search for this issue online, everyone says to use the customize firefox menu to add what I want, but as you can see in the picture - no extensions are listed there, although they are installed and functioning. Very weird because my other install, which is up to date, has this set as default and it has been forever. I'm bewildered. Any suggestions? Thanks

Asked by chris63084 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

Recover account (bookmarks and saved logins) with lost password after computer crash

Dear, I need to recover my Mozilla (Firefox) account on my computer after this latter crashed. Unfortunately, apparently I don't have the good password. Probably I used… (read more)

Dear,

I need to recover my Mozilla (Firefox) account on my computer after this latter crashed. Unfortunately, apparently I don't have the good password. Probably I used an automatically generated password which I don't remember.

I still have my account connected on my Android smartphone, but I can't access the account details (no way to recover my password or change through this device?!), and I can't export my bookmarks. Also, apparently all my identifiers and passwords were not synced on my smartphone :-( Hence somewhere all my precious information are available, but stupidly enough I can't access it anymore and resetting the password warns me that I might (is it even a certainty or a possibility?) lose everything. It seems that I cannot even produce a revovery key (to reset pwd without losing data as mentioned in the Help pages) as I can't connect on a desktop browser anymore (but well on my Android version). I am lost and just stupidly blocked - this is SO frustrating, I initially thought it would be a good idea to put everything in Mozilla - well...

Is there ANY way to actually recover my account without losing data on my desktop Firefox, given I still have access to the email account associated to the Mozilla account (and to the original emails from the creation of my accounts) and I still have access to my Firefox account on the Android app but this one doesn't seem to allow to do anything interesting in my case??

Thanks a lot!

Asked by n.terseleer.lillo 1 year ago

Answered by n.terseleer.lillo 1 year ago

  • Locked
  • Archived

how to download and install an older version of Firefox

I currently am running FF vers. 109.0.1 64 bit on Win 10 pro. I don't like what I've been reading about the latest update, my machines are old and I'm not ready to upgra… (read more)

I currently am running FF vers. 109.0.1 64 bit on Win 10 pro. I don't like what I've been reading about the latest update, my machines are old and I'm not ready to upgrade so I don't want an even more overloaded/uses up more CPU, etc., version of Firefox. I don't have complex needs in a browser, so some of the "upgrades" haven't been useful for me or have made using FF more difficult.

  I found a list of what I guess are older versions but no information was provided on how to choose a version of say v. 110, to make sure it's the right one for my laptop and/desktop (or the one that will work w/the fewest problems) that it's in English, etc.   
  My impression is that FF is mostly worked on by people who have a variety of needs & interests so increasing sophistication is what they want and that's fine, I'd like to keep using FF w/my current machines, w/as simple a version ,ie., useful for an unsophisticated user.    Is that possible?    If so, I'd like to upgrade to 110 64 bit or perhaps 111 64 bit unless either or both had huge security holes, etc and many users found they weren't very functional.   I do have security software.

Asked by azure7 8 months ago

Last reply by azure7 7 months ago

  • Solved
  • Archived

"Firefox Updates" missing from Settings / General (v109)

Hello, The controls in Settings to choose how Firefox updates have disappeared from Settings / General? The "Firefox Updates" section is supposed to appear there, based … (read more)

Hello, The controls in Settings to choose how Firefox updates have disappeared from Settings / General? The "Firefox Updates" section is supposed to appear there, based on:

https://support.mozilla.org/en-US/kb/enable-background-updates-firefox-windows https://support.mozilla.org/en-US/kb/firefox-options-preferences-and-settings?as=u&utm_source=inproduct#search

This is on V109. I really need to be able to choose when an update goes in, Python / Jupyter applications I have running on Firefox can cost me hours of time to re-run if Firefox goes in and restarts itself when it wants to. I used to be able to control this. Has it really been removed, or is somewhere else and the docs not updated yet? Thanks Neil

Asked by neilcotie 1 year ago

Answered by AliceWyman 1 year ago

  • Solved
  • Archived

Android Phone Display Formatting

Thankfully not too often are web site pages that are grossly out-of-format for my Android phone. Mostly everything is tiny. Yes, I can pinch expand or zoom in but then si… (read more)

Thankfully not too often are web site pages that are grossly out-of-format for my Android phone. Mostly everything is tiny. Yes, I can pinch expand or zoom in but then side back and forth scrolling is required to navigate and absorb the page. Not the optimum result. Very annoying.

I have font adjustments but those result in a similar and distroted page.

One web site option when available was a toggle for windows/cell phone that worked pretty good but it's not always provided. That implies the web site design is the formatting adjustment function.

Is the resultant cell phone display formatting a function of the visited web site, browser, phone device, etc or some combination of those entities settings?

The attachment is for the sumo web site page having this issue. https://client01.chat.mibbit.com/?server=irc.mozilla.org&channel=#sumo ok

https://www.treasurydirect.gov/RS/UN-Display.do

P.S. To prevent loss of these entries, Compose this message offline and do attachments first.

Asked by rmynatt 10 months ago

Answered by rmynatt 9 months ago

  • Solved
  • Archived

The last firefox update ruined my firefox browser

Ever since Firefox updated today I've been unable to use the browser. It takes at least 5 minutes or more minutes to load, I can't manually log into any websites until th… (read more)

Ever since Firefox updated today I've been unable to use the browser. It takes at least 5 minutes or more minutes to load, I can't manually log into any websites until the speeddial finally loads, and the speeddial addon refuses to come up for at least 5 minutes, I can't log into Dropbox even with the speeddial up and running because the capcha won't popup...and on and on.

What in the world has been done to it? I'm using another browser just to contact support.

Asked by joyce.greer2 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Solved
  • Archived

Manage bookmark folders in Firefox for Android

The Bookmarks option cannot be found on the 3-points menu, con trary to the following help topic: https://support.mozilla.org/en-US/kb/manage-bookmark-folders-firefox-an… (read more)

The Bookmarks option cannot be found on the 3-points menu, con trary to the following help topic: https://support.mozilla.org/en-US/kb/manage-bookmark-folders-firefox-android#w_create-a-new-bookmark-folder There are several options like the following three, but Bookmarks is not there: Select tabs, Share all tabs, Tabs settings, etc.

What is this issue, and how can I manage tabs folders, please? How can tabs folders be managed like making a new tabs folder or rename it?

Asked by Straydog 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

why did firefox suddenly start asking for primary password after update?

I have never used a primary/master password. I updated to 109.0.1 on a computer that had not been used for a few weeks. I do NOT sync FF on any computer. "Use Primary … (read more)

I have never used a primary/master password. I updated to 109.0.1 on a computer that had not been used for a few weeks. I do NOT sync FF on any computer. "Use Primary Password" is NOW checked on this 2nd computer. (never used or needed before) In order to try to change this, I was required to enter my password. When I enter the password I use to access mozilla support (the only FF password I have ever had), nothing happens and I do not get any options, i.e., forgot password. I have never been requested to enter a password on any computer (to access FF; only to reach mozilla support.) On my primary computer, "Use Primary Password" is not checked, as it should not be. Thanks in advance.

Asked by LSR 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

How can I control the confirmation sound in FireFox's "save image" & "file update" (download) panels

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occ… (read more)

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occurs when saving an image from a right-click menu and when downloading a file. Formerly Firefox used the system default sound for this, and that sound is still working in other programs for similar operations.

How can I fix this? Or alternatively how can I disable the sound during such operations in Firefox (or alternatively system-wide)?

Asked by SE-Tundra 1 year ago

Answered by SE-Tundra 1 year ago

  • Solved
  • Archived

Firefox Developer edition 109-b9 breaks focusing in and out of app on Ubuntu 22.10

Noticed yesterday but not as prominent, firefox suddenly steals all window focus, trying to do anything in any other window is pushed into firefox no matter if it is mini… (read more)

Noticed yesterday but not as prominent, firefox suddenly steals all window focus, trying to do anything in any other window is pushed into firefox no matter if it is minimised or in another workspace. I have tested this in a clean install along with a clean profile. Bitwarden and other windows seem to act weird when they are interacted with.

This all works well and good on b8 and stable. I am using wayland (Ubuntu 22.* default), but xwayland is available.

Asked by Oliver Wilkes 1 year ago

Answered by Oliver Wilkes 1 year ago

  • Solved
  • Archived

Can't unhide desktop taskbar when firefox is maximised

Current situation: I have 2 monitors. I have the option of auto hide taskbar in desktop mode turned on. On the primary monitor, when I maximise firefox window( not full … (read more)

Current situation: I have 2 monitors. I have the option of auto hide taskbar in desktop mode turned on. On the primary monitor, when I maximise firefox window( not full screen, the button between close and minimise, looking like a square), and hover my cursor towards the bottom, my taskbar doesn't unhide. However when I unminimise( clicking the middle button on the top right again), the taskbar unhides correctly. Also to note, my secondary monitor works completely fine ie, when firefox is maximised I can unhide taskbar on hovering near the bottom.

Asked by daveythedumb 1 year ago

Answered by daveythedumb 1 year ago

  • Solved
  • Archived

Firefox saves files that I only wanted to open

Firefox saves files that I only wanted to open with another application. I checked the previous solutions in the forum, but they did not work for me. (Windows 11) I ch… (read more)

Firefox saves files that I only wanted to open with another application.

I checked the previous solutions in the forum, but they did not work for me. (Windows 11) I changed in system> general > download , applications > the app to open that file type and it works, but besides this Firefox keeps saving the files in the default download folder.

I tried also about:config browser.download.improvements_to_download_panel to false. browser.download.start_downloads_in_tmp_dir change to true No change - still saving copies.

Asked by gsm600 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Sync is not appearing in settings

I don't know why but sync button is not appearing in my Firefox settings (image attached). I guess it's because something I've done in settings that has cause this to dis… (read more)

I don't know why but sync button is not appearing in my Firefox settings (image attached). I guess it's because something I've done in settings that has cause this to disappear. Can you help me? Thanks!!

Asked by wherewell 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

F6 starts search instead of default address bar behaviour?

All of a sudden when I press F6, it starts a Google search (see image) instead of just focusing the address bar. This is rather annoying because I use F6 all the time to … (read more)

All of a sudden when I press F6, it starts a Google search (see image) instead of just focusing the address bar. This is rather annoying because I use F6 all the time to go to a different page (e.g. type "mail" and then follow the autocomplete to mail.google.com) and that doesn't work if it wants search google for mail instead.

How do I revert this to its normal behaviour?

Asked by jessaius 1 year ago

Answered by jessaius 1 year ago