Is it possible to add more buttons/commands to the top of the right-click menu?

Doesn't have to be on that particular section of the menu, but can I add commands/buttons willy-nilly somewhere on that menu?

Cheers!

11 points · 4 comments · view on lemmy.world

4 Comments

Krusty@quokk.au · 3 pts · 46d (1 reply)

Technically you could do quite a bit with windows API and subclasses and hooks...

What are you trying to accomplish?

58008@lemmy.world · 1 pts · 45d

Nothing too spectacular, I just wanted to add more basic functions (most of which already exist on the main toolbar, but I have it hidden by default) to the right-click menu. For example:

Image

XLE@piefed.social · 1 pts · 46d (1 reply)

With Firefox CSS, you can at least remove things. If you want to add custom commands, you have to develop an extension. This is a very vague question though.

58008@lemmy.world · 1 pts · 45d

I might interface with the Great Satan and get AI to vibe code one for me in that case 😆

I mentioned this in another comment, but essentially I was hoping to be able to do something along these lines:

::: spoiler spoiler Image :::

Nothing too crazy, but it might just be too crazy if I need a bespoke extension to do it.

Cheers!