Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Reorder context menu addon-options

  • 6 ответов
  • 0 имеют эту проблему
  • 4 просмотра
  • Последний ответ от cor-el

more options

I have many addons and some add a context menu with specific options. One that I often use is "Copy Plain text". Can it be moved upwards, can the order of the context menu list of options for addons be customized?

I have many addons and some add a context menu with specific options. One that I often use is "Copy Plain text". Can it be moved upwards, can the order of the context menu list of options for addons be customized?
Приложенные скриншоты

Изменено cipricus

Все ответы (6)

more options

This is Firefox 102.12.0esr (64-bit), Linux.

Изменено cipricus

more options

You can find "Edit this question" under the "Question Tools" menu in the sidebar. For a reply, "Edit this post" is in the three-dot menu next to a reply.

more options

You can change the order of context menu items with a file userChrome.css which you have to create yourself. If you have no luck here, ask on the FirefoxCSS sub of Reddit.

more options

For interacting with items added by an extension, it might not be easy because of the random UUID used by extensions.

more options

Menu items added by an extension are best specified using their label (menuitem[label="xxx"], e.g.

menuitem[label="View Image"] { order: -1 ;}
more options