How to temporarily disable JavaScript in your browser
Turning off JavaScript in your browser can be helpful so that you can see which elements of your site require JavaScript to display. When troubleshooting PageSpeed issues and especially when trying to remove unused JavaScript, this is a quick way to see the impact of JavaScript on your site.
Disable JavaScript in Chrome
- Right-click on the page, choose Inspect
- Click the Settings cog at the top right to open the Settings panel
- Under Debugger, click Disable JavaScript.
- Reload the page
Click the thumbnails for full size
Disable JavaScript in Firefox
- Right click, choose Inspect Element
- Click the 3 dots on the right, then click Settings.
- Under Advanced Settings, click Disable JavaScript and the page will reload.
Click the thumbnails for full size
Don’t forget to re-enable JavaScript after you have finished troubleshooting!