Is there any API (even if non-standard and only for a particular browser) to customize the options shown in the browser's context menu when the user right-clicks on a web page?
I'm aware of the possibility to catch the contextmenu event and then render a custom "context menu" using HTML and CSS, but was wondering if there's a way to use and customize the system's built-in context menu widget.