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!

  • Krusty@quokk.au
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

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

    What are you trying to accomplish?

    • 58008@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month 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
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    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.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month 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:

      spoiler

      Image

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

      Cheers!