how to turn off javascript debugging in chrome code example
Example 1: disable javascript chrome
1. Ctrl+Shift+I
2. Ctrl+Shift+P
3. Type 'javascript'
4. Select '[Debugger] Disable Javascript'
Example 2: how to disable javascript
<noscript>
Javascript is disable in your browser
</noscript>