Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable JavaScript in IE 11 preview

Ok, I feel a little silly, but in earlier F12 tools, there was a disable menu where we could disable JavaScript.

Where is that functionality in the F12 tools for the IE 11 preview?

like image 344
Rob Avatar asked Aug 06 '13 19:08

Rob


People also ask

How do I disable JavaScript in IE?

Internet ExplorerOn the Security Tab is a button that says "Custom Level" - click that. This opens up a Security Settings pop-up, scroll down until you find the "Scripting" section. Choose to Disable, Enable, or Prompt for approval, any site which has JavaScript.

How do I know if JavaScript is enabled in IE 11?

Internet ExplorerClick Tools > Internet Options. Click the Security tab > Custom Level. In the Scripting section, click Enable for Active Scripting. In the dialog box that displays, click Yes.

Does IE 11 support JavaScript?

Internet Explorer 11 doesn't support JavaScript versions later than ES5. If you want to use the syntax and features of ECMAScript 2015 or later, or TypeScript, you have two options as described in this article. You can also combine these two techniques.


1 Answers

You can disable JavaScript from:

Tools (Alt+x) > Internet Options > Security > Custom Level > (in the tree view) Scripting > Active Scripting > Disable (radio button)

This will disable script for the current zone. You'll want to refresh the page for it to have an impact and then re-enable it after your done.

like image 63
Andy Sterland Avatar answered Oct 14 '22 12:10

Andy Sterland