SnapLinksPlus
SnapLinksPlus copied to clipboard
Add "ask me" contextual menu as option
Prior version had this as a feature
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.
I'll take a look, I was thinking of
- removing the preventdefault on contextmenu
- having a new item on the existing contextmenu with many subitems
I think that is possible as uBlockOrigin provides it.