ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Reorder context menu addon-options

  • 6 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 4 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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)

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

ჩასწორების თარიღი: , ავტორი: cipricus

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.

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.

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

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

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