I am trying to inspect html of Google drive's Sheets. They have override the right click. How can I inspect the html elements?
I am using firefox
I am trying to inspect html of Google drive's Sheets. They have override the right click. How can I inspect the html elements?
I am using firefox
To inspect I had to use key: Ctrl+F12.
Update To Inspect elements inside canvas, refer to https://stackoverflow.com/a/14466889/4810628
Update You can also try CSSViewer extension of Google Chrome to inspect elements and associated CSS
Sorry for an answer to such an old question..
The unwritten standard pertains to holding the SHIFT key whilst you right click; which reverts the action to the default context menu.
I'm also aware of a few people that, rather than using the shift key method, they make it so you have to right click twice (once for custom menu, second time for default menu).
EDIT (June 2019): It's not just SHIFT key I've seen people using -- it can be CTRL or ALT. On reflection - ALT is probably the best for implementation -- as SHIFT & CTRL can affect highlighted text (not preferable in some circumstances).
There is an easy no plugin method. Since Google has overridden contextMenu event of the canvas we just need to disable it temporarily and then you can inspect like a normal web page.
Screenshots:
After event is disabled