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


当前回答

在Mac OS X上:

首选项 显示高级设置 按“内容设置”按钮 滚动到“JavaScript”部分 选中“不允许任何站点运行JavaScript”前面的复选框。

Chrome快速JavaScript切换扩展是很容易的:-)

其他回答

chrome中有一个设置

从chrome浏览器打开菜单, >在搜索栏中输入“javascript”>单击网站设置>单击javascript。

从这里,你可以切换javascript专门到一个网站使用他们的url。 或者只需点击大按钮允许/阻止它到所有网站。

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浏览器

这是窗户的最新设置

Settings > Advanced > Privacy and security > Site Settings > Javascript > Blocked then get switch on and off

暂时阻塞某个域上的JavaScript:

点击左边的按钮到地址栏的地址(上面写着查看站点信息) 2 .在“JavaScript”后的下拉菜单中,选择“Always block on this site” 重新加载页面

在Mac OS X上:

首选项 显示高级设置 按“内容设置”按钮 滚动到“JavaScript”部分 选中“不允许任何站点运行JavaScript”前面的复选框。

Chrome快速JavaScript切换扩展是很容易的:-)