Afficher les questions étiquetées : Afficher toutes les questions
  • Résolu
  • Archivé

Extension Icons not displayed on Toolbar

Hello, Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons i… (lire la suite)

Hello,

Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons installed without issue, however the icons for them are not displayed on the tool bar. I can access them using the jigsaw icon, but this is is less inconvenient that accessing the add-on directly.

I then reset Firefox in case it was a glitch and signed in again to allow the sync to reinstall the add-ons. This time only the Privacy Badger icon made it onto the toolbar. Again I can access the add-ons using the jigsaw icon.

I have tried to add the add-ons to the Customise Toolbar setting, but they do not show up in the list of things that can be added.

Firefox version: 112.0.1 (64 bit)

I have attached images to show what is happening. Is there anyway I can force the add-on icons onto the toolbar to make them more accessible?

Thank you

Demandé par russell.seymour il y a 1 an

Réponse de TyDraniu il y a 1 an

  • Résolu
  • Archivé

Disable Firefox Spell Check Underline

Is there a way to permanently disable red underlining from Firefox spell check? This has only started occurring since an update to Firefox 110 (now on 112), but there se… (lire la suite)

Is there a way to permanently disable red underlining from Firefox spell check? This has only started occurring since an update to Firefox 110 (now on 112), but there seems to be no way to make it go away. I've unchecked the spelling box in preferences, and killed off things in about:config:

extensions.spellcheck.inline.max-misspellings 0 layout.spellcheckDefault 0 services.sync.prefs.sync.layout.spellcheckDefault false services.sync.prefs.sync.spellchecker.dictionary false

I'm using Mac Monterey, and have the global spell check turned off for that. This seems to be a problem specific to Firefox, as it doesn't happen in Chrome (spellcheck off) or Safari. I'd like to remove this entirely, since it's distracting to have it second guessing me whenever I'm typing. The main reason I use Firefox is that it gives me the ability to control many things, particularly in combination with UBlock, but I'm unable to make any progress in removing this persistent work disruption.

Demandé par bhendrix2 il y a 1 an

Réponse de cor-el il y a 1 an

  • Résolu
  • Archivé

Making Card Payments Issues

Hi, I use Firefox daily, but since the last update I'm unable to make card payments on websites and I'm having to use Chrome as a backup. Up until the update everything … (lire la suite)

Hi,

I use Firefox daily, but since the last update I'm unable to make card payments on websites and I'm having to use Chrome as a backup. Up until the update everything was fine and there were no issues making payments on the Royal Mail and Asda websites. When I click the pay button on these sites, the payment window does not open up.

I've tried disabling all addons/extensions to no avail.

Regards Andrew

Demandé par fair-trickit il y a 1 an

Réponse de fair-trickit il y a 1 an

  • Résolu
  • Archivé

How do I install/update/trust a new ZOOM certificate with Error code 10006?

Zoom.us renewed their DigiCert Global G2 TLS RSA SHA256 2020 CA1 certificate on 03/31/2023 and I now get a persistent error message (Error Code 6: ... certificate is not … (lire la suite)

Zoom.us renewed their DigiCert Global G2 TLS RSA SHA256 2020 CA1 certificate on 03/31/2023 and I now get a persistent error message (Error Code 6: ... certificate is not trusted.

Since then Zoom has not worked for me and their Artificial Intelligence says to open my browser and check my internet connection, time settings, updates, reinstall everything etc. - the usual responses ...

Zoom responds with "Error code: 6" and/or "Error code: 100068000"

 but do not stipulate whether these are Zoom Error codes or certificate error codes.

The Artificial Intelligence insinuation is that FireFox is not trusting this certificate.

Is this something FireFox can help me with? Perhaps, how to make this certificate "trusted"?

Thanks, I hope, Dave Henry (Dan is my Facebook pseudonym) ( DavidJHenry@telus.net )

Demandé par Dan Myxyezpitilik il y a 1 an

Réponse de Dan Myxyezpitilik il y a 1 an

  • Résolu
  • Archivé

How to set the home page to show 'my' pins only, not automatically adding recent visits

Newbie question: today I started out using Firefox, so bear with me. I am trying to set the Firefox Home page to display a limited number of 'pins'. Did manage to get th… (lire la suite)

Newbie question: today I started out using Firefox, so bear with me.

I am trying to set the Firefox Home page to display a limited number of 'pins'. Did manage to get them there, but some other pins are automatically added (based on recent visits I suppose?) So I have 8 pins, 3 I don't want. When dismissing, I get other links instead.

Maybe this is by design and can not be changed.

Vainly search for a way to have only the few pins, that I want, show there, nothing else.

Thanks!

Demandé par ffw62 il y a 1 an

Réponse de cor-el il y a 1 an

  • Résolu
  • Archivé

Large mouse cursor (scaled to 48px) when using >200% display scaling

The desktop mouse cursor becomes large when using Firefox with >200% display scaling. It doesn't matter if it's 250% or 300%, the result is the same. My system configu… (lire la suite)

The desktop mouse cursor becomes large when using Firefox with >200% display scaling. It doesn't matter if it's 250% or 300%, the result is the same. My system configuration is as follows:

Opensuse Tumbleweed (up-to-date) Firefox 112.0.2 64bit KDE Plasma running Wayland

I've included 2 screenshots that show the difference in the mouse pointer size when outside of a Firefox window and inside it. Also, this issue is only present with Firefox; no other application produces this result. Any help or suggestions would be greatly appreciated!

Demandé par Donnie il y a 12 mois

Réponse de Donnie il y a 12 mois

  • Résolu
  • Archivé

How to Hide the Mute Tab Button?

I've tried following both methods for dissabling the mute button on tabs, it's a slight annoyance, since it's easy to accidentally mute a tab when it's pinned. Specifica… (lire la suite)

I've tried following both methods for dissabling the mute button on tabs, it's a slight annoyance, since it's easy to accidentally mute a tab when it's pinned.

Specifically, the first method I've tried changing the setting in about:config called "browser.tabs.showAudioPlayingIcon" from true to false, which was from 7 years ago it seems, which had no effect.

The second method was by making a new rule in a "userChrome.css" file in a new folder called "chrome" with that exact naming, case sensitive. The code in that file is as follows:

/* Hide the mute/unmute button */
.tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) {
    display: none !important;
}
/* Keep site icon visible on hover */
.tabbrowser-tab:hover .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) > :not(.tab-icon-overlay), 
     /* for site icon with Compact density */
:root[uidensity="compact"] .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) > :not(.tab-icon-overlay) {
    opacity: 1 !important; /* overrides full transparency with full opacity */
}

If there's an updated version of the code that's meant to have that effect in modern firefox, then please let me know, or if there's some other new way of removing the mute button on tabs. Thanks.

Demandé par Tclarke02 il y a 1 an

Réponse de jscher2000 - Support Volunteer il y a 1 an

  • Résolu
  • Archivé

Facing some issue with "cookies" in many sites

Hello, I am having problems with some sites and the error seems to indicate that it is related to cookies. In Google Drive, when I am trying to download any file, it is… (lire la suite)

Hello,

I am having problems with some sites and the error seems to indicate that it is related to cookies.

In Google Drive, when I am trying to download any file, it is getting stuck in some kind of loop and at the end, it is showing this:

The page isn’t redirecting properly

An error occurred during a connection to drive.google.com.

   This problem can sometimes be caused by disabling or refusing to accept cookies.

Apart from this, when I am trying to log into my Riot account in Valorant's website, it is ending up showing this:

Expected redirect cookie to exist

___

I have tried following:

  • Using Standard mode for tracking protection
  • Disabling tracking protection for these sites
  • Deleting Cookies & Cache
  • Reinstalling Firefox :(

It didn't help. Also, it started after I reinstalled Windows 11. I have yet to setup it, so I have not made any changes.

Also, everything is working fine in other browsers.

Demandé par Skye il y a 1 an

Réponse de Skye il y a 1 an

  • Résolu
  • Archivé

How to change my email address

I need to change my email address as my provider is closing down. I have seen the suggestion that I make a secondary with my new address but this will nor work as I have … (lire la suite)

I need to change my email address as my provider is closing down. I have seen the suggestion that I make a secondary with my new address but this will nor work as I have the secondary address with the same provider.

Demandé par Glenys Gould il y a 12 mois

Réponse de jscher2000 - Support Volunteer il y a 11 mois

  • Résolu
  • Archivé

SSL ERROR ACCESS DENIED ALERT

I cannot access my Bank Account, the authenticity of the received data could not be verified. I have contacted the Bank, and they are supposed to come back to me. Compu… (lire la suite)

I cannot access my Bank Account, the authenticity of the received data could not be verified.

I have contacted the Bank, and they are supposed to come back to me. Computer has been restarted and debugged and I have reset the router. The certificate is from COMODA RSA! VALID 13.01.23 - 02.02.24.

It has been suggested when I looked on one Site that I nofify yourselves of this matter.

Thanking you in anticipation! (I have to admit I am not cech savvy!) Janice

Demandé par white.janice51 il y a 1 an

Réponse de white.janice51 il y a 1 an

  • Résolu
  • Archivé

Cloudflare

I am using the latest version of Firefox (112.02 32-bit) with Windows 10 but am being blocked from certain websites by the Cloudflare security app because it says that my… (lire la suite)

I am using the latest version of Firefox (112.02 32-bit) with Windows 10 but am being blocked from certain websites by the Cloudflare security app because it says that my browser is out-of-date. This was particularly embarassing when I was trying to buy tickets for a concert recently and was unable to access the venue's online payment system.

It may be that Cloudflare is confused because I occasionly use an older version of Firefox (52.9.0 32-bit) with an earlier version of Windows. How can this issue be resolved so that Cloudflare does not block legimate access to websites when I am using the most up-to-date version of Firefox?

Demandé par SiriusB il y a 11 mois

Réponse de SiriusB il y a 11 mois

  • Résolu
  • Archivé

Close tab button on left

As per old thread at: https://support.mozilla.org/zu/questions/1365405 which has since been archived. As of version 113, this solution is being suppressed. I occasional… (lire la suite)

As per old thread at: https://support.mozilla.org/zu/questions/1365405 which has since been archived.

As of version 113, this solution is being suppressed. I occasionally see the x appear briefly on the left when a tab is selected, but then it reverts. So far I have not been able to work out what setting is overriding this function, so I've just rolled back to 112 and used the "--allow-downgrade" flag on the firefox shortcut so I can still load my old profile, but understand this is not a safe option in the long term.

Demandé par Venoltar il y a 11 mois

Réponse de cor-el il y a 11 mois

  • Résolu
  • Archivé

Firefox containers icon

Hi there, I'm trying to add multi-containers add on to a new Firefox install, it installs, but the icon doesnt show up. It's not hidden in the customise toolbar menu eit… (lire la suite)

Hi there,

I'm trying to add multi-containers add on to a new Firefox install, it installs, but the icon doesnt show up. It's not hidden in the customise toolbar menu either. Have tried removing/re-adding, but it doesnt come up. It is possible to get to it by clicking the extensions icon, then clicking multi-container, but this isnt very user friendly. Is there a way to resolve this?

Thanks!

Demandé par dmit_ il y a 1 an

Réponse de TyDraniu il y a 1 an

  • Résolu
  • Archivé

forced safe search on google search, only on firefox.

Recently I have had safe search forced on me, only on firefox, if I turn it off it is on again as soon as I search, it is not locked, I am in my 50's and I use my home wi… (lire la suite)

Recently I have had safe search forced on me, only on firefox, if I turn it off it is on again as soon as I search, it is not locked, I am in my 50's and I use my home wifi, home pc, as Inalways have. Any ideas please ?

Demandé par sparrow08 il y a 12 mois

Réponse de sparrow08 il y a 11 mois

  • Résolu
  • Archivé

Reorder extensions

I want to re-order the add-ons / extensions in the toolbar shared with the search bar. Customize toolbar only has functions/icons related to the operation of Firefox. I w… (lire la suite)

I want to re-order the add-ons / extensions in the toolbar shared with the search bar. Customize toolbar only has functions/icons related to the operation of Firefox. I want to customize the extensions toolbar, but how?

In the add-ons page, I can remove, disable, or enable extensions, but I cannot change the order of them.

As an example, there is an add-on for my Firefox account that is leftmost in the bar of extension icons. I would like to move it all the way to the right. Again, how would I do that?

Thanks for your help.

Demandé par alizabgold il y a 12 mois

Réponse de AliceWyman il y a 11 mois

  • Résolu
  • Archivé

Some wordpress plugin doesn't work anymore with Firefox

Hello, since 2 weeks I have some plugin who are not displaying in my wordpress dashboard and they are working normally on Chrome. This morning I got this message: An erro… (lire la suite)

Hello, since 2 weeks I have some plugin who are not displaying in my wordpress dashboard and they are working normally on Chrome. This morning I got this message: An error occurred while connecting to WordPress REST API. It seems blocked by one of your plugins or your theme. Thanks for your help

Demandé par love-shutterbug il y a 12 mois

Réponse de love-shutterbug il y a 11 mois

  • Résolu
  • Archivé

Import passwords from CSV or Microsoft Edge (Linux)

I'm trying to move to Firefox from Microsoft Edge on Linux. When I go to import data from another browser Edge is not an option. I have a CSV file that I exported from … (lire la suite)

I'm trying to move to Firefox from Microsoft Edge on Linux. When I go to import data from another browser Edge is not an option. I have a CSV file that I exported from Edge. How can I import this CSV file? I found something on reddit that said to change security.allow_eval_in_parent_process to true, but that no longer works. How can I get my passwords imported without having to install another browser and import to that and then import to firefox?

Demandé par zeos386sx il y a 1 an

Réponse de cor-el il y a 1 an

  • Résolu
  • Archivé

Win 10 pro task manager shows phantom tabs, excessive CPU and memory usage

I'm now running in troubleshooting mode with NO extensions. For weeks my drives have been churning and I've been running out of resource, seeing the hour glass, graying … (lire la suite)

I'm now running in troubleshooting mode with NO extensions.

For weeks my drives have been churning and I've been running out of resource, seeing the hour glass, graying screen, etc.

I finally closed the windows with countless tabs, disabled some extensions, and it got better, but I still have problems, even in troubleshooting mode.

Task manager still shows phantom tabs. I had 4 tabs open, it showed 7, etc.

And strangely, I now see Kaperski Native Messaging with the tabs in task manager: https://www.file.net/process/plugin-nm-server.exe.html

Closed that. Have 7 tabs in one window, task manager shows 11 tabs.

Am so confused.

Demandé par ChristineB il y a 11 mois

Réponse de cor-el il y a 11 mois

  • Résolu
  • Archivé

How do I write a script to restore all my preferences after an update?

Mozilla is great at pushing out every possible new update, no matter how trivial. Every time it does, I have to reset everything. I've been doing this since Firefox 6. I… (lire la suite)

Mozilla is great at pushing out every possible new update, no matter how trivial. Every time it does, I have to reset everything.

I've been doing this since Firefox 6. I've learned to store all my about:config tweaks in a file so I can quickly copy, paste and reset them on each update. I've included the various program settings I want, too, so I don't have to think and try to remember what each one means and what I want. I use userChrome.css to set some of my display settings, but I'm not very familiar with it.

Is there some script, program, add-on, or other method to convert this time intensive restoration of my settings every month or so for all the new updates. I'd love to find some form of a "registry.reg" type file that would work on Firefox and/or Thunderbird.

If there's something out there, I'm positive a LOT of others would want it, too.

Demandé par Doc il y a 1 an

Réponse de Doc il y a 1 an

  • Résolu
  • Archivé

Unable to reduce address bar height for 113.

I am trying to make the address bar thinner (reduce the height), but after trying all the recommendations on the Internet, I did not succeed. I did this through the userC… (lire la suite)

I am trying to make the address bar thinner (reduce the height), but after trying all the recommendations on the Internet, I did not succeed. I did this through the userChrome.css file and by minimizing the icons. Please help.

Demandé par booya il y a 11 mois

Réponse de cor-el il y a 10 mois