How can I disable firebug in my webpage?

后端 未结 3 1524
梦如初夏
梦如初夏 2021-01-27 13:08

How can I disable firebug using Javascript? I want to do this to hide the workings of my webpage from visitors. Is there any option to do this?

3条回答
  •  清歌不尽
    2021-01-27 13:44

    As Amadan said, you can't disable particular source-viewers.

    But you can use a hack. It works only with viewers, that add them selves to the DOM. You just have to delete specified node. Did a look-around with Firebug Lite for Chrome. DON'T use this approach, only for fun :)

提交回复
热议问题