SnapLinksPlus icon indicating copy to clipboard operation
SnapLinksPlus copied to clipboard

Add "ask me" contextual menu as option

Open cpriest opened this issue 4 years ago • 2 comments

Prior version had this as a feature

cpriest avatar Aug 28 '21 21:08 cpriest

Turns out there is not any way to do a "context menu" anymore I could find.

Seems like the only way to get a menu is to build it in HTML yourself now, with web extensions. @remi-garcia do you know of any other way to get a real context menu? "real" meaning like the normal right-click menu which is O/S defined.

cpriest avatar Jan 05 '22 20:01 cpriest

I'll take a look, I was thinking of

  1. removing the preventdefault on contextmenu
  2. having a new item on the existing contextmenu with many subitems

I think that is possible as uBlockOrigin provides it.

remi-garcia avatar Jan 05 '22 21:01 remi-garcia