chrome dev tool disable js 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: disable js in chrome dev tools
Press Control+Shift+P or Command+Shift+P (Mac) to open the Command Menu
After you have opened the inspect element
Search after "javascript" word
Example 3: how to disable javascript
<noscript>
Javascript is disable in your browser
</noscript>