this post was submitted on 09 Aug 2026
10 points (100.0% liked)

Firefox

7456 readers
1 users here now

A community for discussion about Mozilla Firefox.

founded 3 years ago
MODERATORS
 

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!

top 4 comments
sorted by: hot top controversial new old
[–] Krusty@quokk.au 3 points 5 days ago (1 children)

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

What are you trying to accomplish?

[–] 58008@lemmy.world 1 points 5 days ago

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 points 5 days ago (1 children)

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 points 5 days ago

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:

spoilerImage

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

Cheers!