disable javascript 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: disable js on chrome
for chrome : settings > site and privacy settings > site setting > Javascript
> Allowed (recommend) > off
Example 3: 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 4: how to disable javascript
<noscript>
Javascript is disable in your browser
</noscript>