0

I want to disable developer tool of browser when my web page is rendering, using client side script.

Kumar Shubham
  • 81
  • 2
  • 6
  • That's no duplicate. OP wants to know how to disable devtools (with javascript). Your possible duplicate is about disabling javascript within devtools. – Stefan Oct 16 '17 at 06:37
  • In Developer tool I Have Disable Console & sources but from application I am still able to get code. – Kumar Shubham Oct 16 '17 at 07:05

1 Answers1

1

There is no way of doing this.

Stefan
  • 2,028
  • 2
  • 36
  • 53