Browser Context Menu customization?
问题 Is there a way to override the "undo" and "select all" in right click context menu of the browser over textarea? Thank you. 回答1: You cannot edit the browser's built-in context menu, but you can disable it and replace it with your own using the oncontextmenu event on the window object. I would caution that this is often a bad idea. Users expect to find the built-in context menu and are often frustrated when it isn't there. 回答2: I know you can prevent the whole context menu from opening by