Is it possible to override the context menu in the browser?

I was instructed to redefine the functionality of right-clicking and add special client options to the context menu, as well as parameters that already exist. Is it possible? If so, what kind of work is involved?

I noticed that in Google Docs they replaced the context menu with their own implementation of the context menu with their options. How much work is involved in implementing something like this?

+3
source share
2 answers

You cannot “inherit” the browser context menu. The only way is to have your own menu.

Quick Googling calls this plugin , which looks pretty neat:

+10

YUI Menu. , YUI . example

0

Source: https://habr.com/ru/post/1789518/


All Articles