How to re-enable right click so that I can inspect HTML elements in Chrome?
If they have just changed the oncontextmenu handler (which is the most straightforward way to do it), then you can remove their override thus: Otherwise, if it is attached to individual elements, you can get all the page’s elements, and then remove the handler on each one: Or, it seems you can turn off such scripts; via an … Read more