How do I disable Javascript in Chrome?
8 Answers
Click on the address bar —yea the "omnibox", if you prefer a cooler name— and type chrome://settings/content.
(Alternatively, go Settings and type “javascript” into the search box.)
You can disable JavaScript by selecting “Do not allow any site to run JavaScript”:

It autosaves; you don't have to click Done or anything else.
Indeed, we don't even need a mouse to disable JavaScript and get back to the current page:
CtrlT
chrome:settingsEnterjavascriptTab EnterTab x 6, ▼
Lastly, CtrlW to close
Settings.
should take about 5 seconds.
- 26,733
- 82
- 197
- 273
-
Just a note: the Wrench menu is not a wrench anymore. Don't know how to describe it though... – MegaHit May 02 '13 at 01:37
-
@MegaHit, Yea that "cool name" isn't actually much of a hype that Google wishes it to be. Post edited. – Pacerier Sep 23 '14 at 22:01
-
Does it need page refresh? – Nathan B Jun 05 '18 at 18:44
Another way:
Quick Javascript Switcher, a Chrome extension for quickly enabling / disabling Javascript) :
-
The only problem with this solution is that QJS breaks certain CSS3 styles and properties, such as transitions. – Lazerblade Jan 13 '16 at 19:16
Open Developer tools (Ctrl+Shift+I or F12) -> Preferences (F1) -> Section Debugger -> Disable JavaScript

- 181
- 1
- 2
via http://www.google.com/support/forum/p/Chrome/thread?tid=5e291648113cc731&hl=en:
To disable JS on Windows, find your Google Chrome shortcut (say, on your desktop or somewhere similar). Right-click it, and go to Properties. In the "Target:" field, put "-disable-javascript" after the quotation marks.
Any better ways?
- 311
- 1
- 7
- 595
- 1
- 5
- 11
There are two built-in methods to disable Javascript in Chrome:
- in Chrome settings
- in Chrome developer tools
Chrome settings method
- open Chrome settings
- click content settings button under Privacy (see picture)
- select the option to disable javascript

Chrome developer tools method
- open dev tools (cmd + option + i in OS X)
- click the gear icon (red box below)
- click the disable javascript option (second down as of writing)

- 4,338
- 4
- 25
- 28
Yet another way to do this that might be easier:
Pull up the Chrome Console, and click on the settings icon in the lower-right. At the top in "General" is the option to disable Javascript - along with lots of other easier-to-access goodies.
- 4,362
- 3
- 24
- 31
I'm still using NotScripts, because it blocks more than just JavaScript, allows for both temporary and permanent exceptions, and it actually has a decent UI (unlike Chrome's built-in functionality).
- 13,635
- 4
- 45
- 76