我试图调试一个网站的功能,当用户禁用他们的JavaScript。我想知道如何从谷歌Chrome DevTools禁用JavaScript页面?


当前回答

Chrome浏览器(包括Opera)的完整和快速说明。

第一种方法

如果开发人员工具未打开,则按键盘上的F12键显示开发人员工具。在Opera浏览器中,你必须使用键盘上的Ctrl + Shift + i组合键来打开它。 要显示设置,只需按下键盘上的F1键。在进行此操作时,必须集中注意开发人员工具窗口。或者,如果你想用鼠标打开设置,那么你必须点击“开发人员工具”右上角的“设置”按钮,然后单击菜单中的“设置”。

然后你必须将设置窗口向下滚动到底部,然后你会看到用于禁用JavaScript的复选框,如下所示:

只需单击此复选框,并按下键盘esc键隐藏设置。如果你想启用它,那么你必须再次以同样的方式进行。

第二种方法

If Developer Tools aren't open then open it like in the first way is described. Press the key combination Ctrl + Shift + P (for Windows or Linux) or Cmd (⌘) + Shift + P (for Mac) to open the Command Menu. Be sure that the focus is on the DevTools window. Type there "Disable JavaScript" and then press Enter or click it with the mouse. If you want to turn back the enanled JS then open the Command Menu again and type there "Enable JavaScript" and then press Enter or click it with the mouse. You could also write just only "JavaScript" or "Java" there and then choose it with the mouse.

如果这一切都不起作用

出于某种原因,它可能不起作用。在这种情况下,我在“隐身模式”中打开一个新的空网站,并在那里做所有这些。

最快的方法

在Chrome Web Store或Opera Addon站点上,你可以找到并安装每点击一次的扩展。只需搜索“Javascript切换器”:

Chrome浏览器 针对Opera浏览器

其他回答

chrome://设置/内容Javascript/管理异常

Chrome浏览器(包括Opera)的完整和快速说明。

第一种方法

如果开发人员工具未打开,则按键盘上的F12键显示开发人员工具。在Opera浏览器中,你必须使用键盘上的Ctrl + Shift + i组合键来打开它。 要显示设置,只需按下键盘上的F1键。在进行此操作时,必须集中注意开发人员工具窗口。或者,如果你想用鼠标打开设置,那么你必须点击“开发人员工具”右上角的“设置”按钮,然后单击菜单中的“设置”。

然后你必须将设置窗口向下滚动到底部,然后你会看到用于禁用JavaScript的复选框,如下所示:

只需单击此复选框,并按下键盘esc键隐藏设置。如果你想启用它,那么你必须再次以同样的方式进行。

第二种方法

If Developer Tools aren't open then open it like in the first way is described. Press the key combination Ctrl + Shift + P (for Windows or Linux) or Cmd (⌘) + Shift + P (for Mac) to open the Command Menu. Be sure that the focus is on the DevTools window. Type there "Disable JavaScript" and then press Enter or click it with the mouse. If you want to turn back the enanled JS then open the Command Menu again and type there "Enable JavaScript" and then press Enter or click it with the mouse. You could also write just only "JavaScript" or "Java" there and then choose it with the mouse.

如果这一切都不起作用

出于某种原因,它可能不起作用。在这种情况下,我在“隐身模式”中打开一个新的空网站,并在那里做所有这些。

最快的方法

在Chrome Web Store或Opera Addon站点上,你可以找到并安装每点击一次的扩展。只需搜索“Javascript切换器”:

Chrome浏览器 针对Opera浏览器

进入选项(窗口:右上方三个垂直点)->设置,或点击F1。 在General部分,你会发现“禁用JavaScript”

齿轮图标不再是开发工具的一部分。自从Chome 30.0以来,甚至不可能把它带回来(在谷歌Chrome开发工具中,工具栏图标消失了。到底发生了什么事?)

这个扩展使它更快(我是作者):快速Javascript切换器

它是开源的:https://github.com/maximelebreton/quick-javascript-switcher

最快的方法可能是这个:

F12打开开发控制台 CTRL + shift + p打开命令工具(windows) 输入“disable javascript”,然后回车