我试图调试一个网站的功能,当用户禁用他们的JavaScript。我想知道如何从谷歌Chrome DevTools禁用JavaScript页面?
当前回答
在OSX上,我必须点击三个垂直点,并取消设置部分的复选框。哪个也可以用f1打开
其他回答
这是窗户的最新设置
Settings > Advanced > Privacy and security > Site Settings > Javascript > Blocked then get switch on and off
粘贴:chrome://settings/content
转到“Javascript”部分并禁用它。
点击开发人员工具角落的齿轮图标,点击设置,然后在调试器下,勾选禁用Javascript,如下面的视频所示:
进入选项(窗口:右上方三个垂直点)->设置,或点击F1。 在General部分,你会发现“禁用JavaScript”
齿轮图标不再是开发工具的一部分。自从Chome 30.0以来,甚至不可能把它带回来(在谷歌Chrome开发工具中,工具栏图标消失了。到底发生了什么事?)
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浏览器
推荐文章
- 我如何检查如果一个变量是JavaScript字符串?
- 如何检测如果多个键被按下一次使用JavaScript?
- 如何通过history. pushstate获得历史变化的通知?
- 使用jQuery改变输入字段的类型
- 在JavaScript中,什么相当于Java的Thread.sleep() ?
- 使用jQuery以像素为整数填充或边距值
- 检查是否选择了jQuery选项,如果没有选择默认值
- Next.js React应用中没有定义Window
- 如何重置笑话模拟函数调用计数之前,每次测试
- 如何强制一个功能React组件渲染?
- 在javascript中从平面数组构建树数组
- 将Dropzone.js与其他字段集成到现有的HTML表单中
- 如何在AngularJS中观察路由变化?
- JavaScript DOM删除元素
- 将dd-mm-yyyy字符串转换为日期