Google-chrome – How to open the “inspect element” panel when right click context menu is disabled on a page

google-chrome

There is a web page which disabled mouse right click. When I right click on an element on that page with mouse nothing happens. I wanted to open the "inspect element" panel to have a look at the HTML code of some part of the page; but I couldn't since right click was disabled.

Is there any other way of opening this panel?

(Google Chrome version: 24.0.1312.57 m)

Best Answer

One solution would be to disable Javascript using one of many available plugins.

Another is to simply open developer tools and navigate to that element. There are few ways to do it:

  • press F12
  • press Ctrl+Shift+I
  • Menu → Tools → Developer tools