Showing questions tagged: Show all questions
  • Solved
  • Archived

Overflow Menu Is Broken

I'm using Firefox 112 on Windows 10. The toolbar contains icons for several extensions that I don't want to see. I click on the >> menu and then Customize Toolbar. … (read more)

I'm using Firefox 112 on Windows 10. The toolbar contains icons for several extensions that I don't want to see. I click on the >> menu and then Customize Toolbar. That opens the Overflow Menu. It says, "Drag and drop items here to keep them within reach but out of your toolbar." I try to drag one of those extension icons onto the Overflow Menu. It won't go. The dragged icon picks up a circle with a line through it, indicating that this is not allowed or not working.

How can I use the Overflow Menu as advertised, to remove unwanted extension icons from the toolbar? Or is there a good workaround?

Asked by raywood 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

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

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

Asked by russell.seymour 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

Unified Extension Button inefficiency

Hi, I would like to join the chorus and say that the unified extensions button really needs to be fixed somehow. I can't stand it -- it slows down my workflow and seems l… (read more)

Hi, I would like to join the chorus and say that the unified extensions button really needs to be fixed somehow. I can't stand it -- it slows down my workflow and seems like "change for change's sake".

But if you guys are serious that it can't be removed for some reason, then at least PLEASE make the unified extensions thing something that can be expanded horizontally along the toolbar (instead of just being a dropdown list) with preferred / most used extension icons visible in it, so that instead of

>clicking the unified extensions thing >scrolling down to find my extension >right clicking on the extension >choosing the option I want

It will just be

>click on the extension icon in the special unified extension section of the toolbar >the options for the extension pop up and I can choose one JUST LIKE THE OLD WAY THAT WAS EFFICIENT

I wouldn't even be opposed to an entire Extensions Toolbar with super security or whatever built into it. As long as the icons are still conveniently located and accessible!

I have a bunch of extensions that I don't need to interact with regularly, like my adblocker, https everywhere, or the thing to make webpages appear in dark mode. But every time I click the unified extensions thing they're right there at the top of the list. My screenshot extension however (for example), which I use constantly, is somewhere hidden near the bottom of the list, so I'm constantly scrolling down awkwardly looking for it. It used to be one button click to take a screenshot, now it's like five or six clicks and takes around 20+ seconds every time. IT'S VERY BAD USABILITY DESIGN. It might "feel" cleaner or more organized to put everything in a list, but it's not as functional for the end user (in my opinion).

Please reconsider your design of this thing and investigate the possibility of keeping certain extensions visible on the toolbar somehow to remain easily accessible to the user. Hopefully I've been able to explain my concerns to you. Anyway, I still love Firefox on the desktop, but if you guys can fix this that would be great.

Asked by Mammon 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

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

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.

Asked by Tclarke02 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

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

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.

Asked by bhendrix2 1 year ago

Answered by cor-el 1 year ago