clusterBuddy
clusterBuddy

Reputation: 1554

Chrome DevTools Enable/Disable Javascript not showing

As stated in title, I cannot find the Enable/Disable Javascript checkbox in dev tools. I searched and couldn't find any info on this feature being removed (maybe I mislooked?)

enter image description here

Upvotes: 1

Views: 754

Answers (1)

Hevar
Hevar

Reputation: 1529

You can type chrome://settings/content/javascript in the adressbar and get the settings there.

You also have an option under Debugger to the right in the image you've provided.

Furthermore you can easily set site specific setting by clicking the lock to the right of the URL > Site Settings.

Upvotes: 3

Related Questions