How do I disable Javascript in Chrome?

28

2

How do I disable Javascript in Chrome?

Jude Allred

Posted 2009-10-28T19:32:33.393

Reputation: 595

Answers

27

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”:

image

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:

  1. CtrlT

  2. chrome:settings Enter

  3. javascript Tab Enter

  4. Tab x 6,

  5. Lastly, CtrlW to close Settings.

should take about 5 seconds.

Pacerier

Posted 2009-10-28T19:32:33.393

Reputation: 22 232

@MegaHit, Yea that "cool name" isn't actually much of a hype that Google wishes it to be. Post edited. – Pacerier – 2014-09-23T22:01:23.083

Does it need page refresh? – Nadav B – 2018-06-05T18:44:38.117

Just a note: the Wrench menu is not a wrench anymore. Don't know how to describe it though... – MegaHit – 2013-05-02T01:37:23.657

12

Another way:

Quick Javascript Switcher, a Chrome extension for quickly enabling / disabling Javascript) :

mlb

Posted 2009-10-28T19:32:33.393

Reputation: 121

The only problem with this solution is that QJS breaks certain CSS3 styles and properties, such as transitions. – Lazerblade – 2016-01-13T19:16:59.960

8

Open Developer tools (Ctrl+Shift+I or F12) -> Preferences (F1) -> Section Debugger -> Disable JavaScript Screenshot

Andriy F.

Posted 2009-10-28T19:32:33.393

Reputation: 181

4

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?

Jude Allred

Posted 2009-10-28T19:32:33.393

Reputation: 595

AFAIK this is the only way by now. – buba – 2009-10-28T20:48:17.343

3

There are two built-in methods to disable Javascript in Chrome:

  1. in Chrome settings
  2. in Chrome developer tools

Chrome settings method

  1. open Chrome settings
  2. click content settings button under Privacy (see picture)
  3. select the option to disable javascript

enter image description here

Chrome developer tools method

  1. open dev tools (cmd + option + i in OS X)
  2. click the gear icon (red box below)
  3. click the disable javascript option (second down as of writing)

enter image description here

Joseph Hansen

Posted 2009-10-28T19:32:33.393

Reputation: 3 578

1

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.

Joshua

Posted 2009-10-28T19:32:33.393

Reputation: 4 290

0

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).

Michael Hampton

Posted 2009-10-28T19:32:33.393

Reputation: 11 744

-1

You can use the Quick Javascript Switcher extension.

Blog Pendidikan

Posted 2009-10-28T19:32:33.393

Reputation: 1

This is exactly the same suggestion as @mlb – JoshP – 2012-09-24T19:09:04.257