Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable JavaScript in Chrome Developer Tools?

I am trying to debug the features of a website when users disable their JavaScript. I was wondering how do you disable JavaScript for a page from the Google Chrome DevTools?

like image 934
Jopela Avatar asked Nov 15 '12 20:11

Jopela


People also ask

How do I disable JavaScript in Chrome 2021?

The Chrome settings display in a new tab or window, depending on your configuration. Under the Privacy and security section, select Site Settings. Under Content, select JavaScript. Turn off the toggle switch disable JavaScript in Chrome.

How do I disable script debugging in Chrome?

Here are the steps. Go down to the Debugging > General option on the left side of the menu. Find and uncheck the Enable Javascript debugging for ASP.NET(Chrome and IE). Now, no new Chrome instance will be launched every time you run or debug your web project.

Should I disable JavaScript in Chrome?

In a nutshell, disabling JavaScript makes the browsing experience safer, but it also comes at a cost to the user experience. If you struggle to navigate through a website and find some elements broken, it is most likely because you disabled JavaScript for the web page.

Can I edit JavaScript in Chrome dev tools?

Edit JavaScript in Google ChromeGoogle Chrome provides the most efficient and excellent way to make changes in JavaScript code. We can also associate a folder with the Google Chrome Developer tool's workspace.


1 Answers

Click the gear icon in the corner of the Developer Tools, click Settings, then under Debugger, check Disable Javascript, as shown in the following video:

enter image description here

like image 130
SLaks Avatar answered Sep 17 '22 13:09

SLaks