When I installed the Kagi Search for Firefox plugin, it added a "Kagi Summarize" item to my right-click context menu. This should be an opt-in feature, and I would like a way to disable it. So far, the only way that I have found is to edit my userChrome.css file:
[id*='kagi'] {
display: none !important
}
This is not a great solution, especially since I cannot view the source html of the context menu to try to find the exact selector to target, so I've had to be overly broad. Can you add a setting to the plugin that would allow users to enable this context menu item and otherwise keep it disabled?
I would use the proposed feature to remove Kagi Summarize from my context menu in Firefox.