חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How to quickly alphabetize the Overflow Menu?

  • 1 תגובה
  • 1 has this problem
  • 5 views
  • תגובה אחרונה מאת 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.

כל התגובות (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.