Inspecting elements that disappear from DOM
It’s impossible to right-click an element that is dynamically injected into DOM, as the click causes it to disappear:
The solution is to toggle a debugger on a parent element:
This way you are able to modify it: