Is it possible to remove “Inspect Element”?

后端 未结 9 1145
予麋鹿
予麋鹿 2020-12-05 01:10

Is it possible to remove or disable \"Inspect Element\" context menu in Chrome App via Javascript?

I have searched through several forums but there are no definite a

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 01:36

    In case it helps anyone, Inspect Element can be disabled for an individual element by adding the style pointer-events: none; to it.

    This is very useful if you have any elements that are purely for the purpose of aligning child elements that necessarily overlap a large area of more useful elements; it lets you prevent the aligner elements from responding to the Inspect Element command.

提交回复
热议问题