Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

How to quickly alphabetize the Overflow Menu?

  • 1 svar
  • 1 har detta problem
  • 5 visningar
  • Senaste svar av cor-el

more options

Good day and hope you're all safe and healthy.

Is there a way to quickly sort the addons in Overflow Menu without doing so manually? I have carpal tunnel syndrome and dread arranging a good number of addons by hand. An about:config method, maybe, or another addon that could do the trick?

Any help would be greatly appreciated.

Good day and hope you're all safe and healthy. Is there a way to quickly sort the addons in Overflow Menu without doing so manually? I have carpal tunnel syndrome and dread arranging a good number of addons by hand. An '''about:config''' method, maybe, or another addon that could do the trick? Any help would be greatly appreciated.

Alla svar (1)

more options

There is no easy way to alphabetize these toolbar buttons. The list is stored in the browser.uiCustomization.state pref on the about:config page ("widget-overflow-fixed-list":[] array), but this list is in JSON format and contains the ID of the toolbar button of each extension. Some extensions have a 32 digit UUID that you would have to resolve via about:debugging and others have a more descriptive name, but you would still have to match each extension as listed on the about:support page with the button ID as listed in browser.uiCustomization.state. So it might be easier to rearrange them yourself, possibly by using the extension list as present on the about:support page.