I usually go to Chrome content settings. I usually go there to enable / disbale js in chrome. Which is too many clicks. Is there a shortcut to enable/disable JavaScript or access content settings.

PS: enabling once disabled is easy as a icon is added to the address bar but disabling is the main culprit

link|improve this question

43% accept rate
1  
I think your method is the only way to do it, too many clicks or not. – Randolph West Feb 1 '11 at 7:05
feedback

3 Answers

up vote 3 down vote accepted

If you're using Chrome on Windows then you can create a copy of your Chrome shortcut (rename it to Google Chrome no JS, for example). Right-click on it and select Properties. Add -disable-javascript to the end of the Target field. The end result should look something like this:

C:\Users\UserName\AppData\Local\Google\Chrome\Application\chrome.exe -disable-javascript

When you open Chrome using this shortcut then JavaScript is disabled

link|improve this answer
feedback

You could use an extension like NotScripts. From the plugin page:

NotScripts gives you a high degree of "NoScript" like control over what javascript, iframes, and plugins runs in your browser to increase security and lower the CPU usage. It is useful to help mitigate some attacks like certain cross-site scripting (XSS) vulnerabilities and drive by downloads by blocking the third-party content before it even runs with it's default deny policy.

link|improve this answer
feedback

About every configuration/preferences screen in Chrome is just a web page, so you could just add a link to this URL to your Bookmarks Bar:

chrome://chrome/settings/content
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.