# chrome快速禁用Javascript

* 抖音：<https://v.douyin.com/rqje3am/>
* B站：<https://www.bilibili.com/video/BV1EL411j7vf/>

再来给大家分享一遍

怎么快速禁用Javascript

比如现在这个效果

他就急于 js 实现的

首先我们打开控制台（F12）

就是我习惯用 command + option + I

然后我们再控制台这个面板

按 command + shift + P

弹出这个面板

然后我们输入disable

他就有javascript，回车，大家看！

现在鼠标移动就没有效果了

然后恢复javascript也是

我们用 command + shift + P

然后输入 enable

打开就有 javascript 回车

他又恢复了

那 windows 现在也有这个效果（大家看）

我习惯用 ctrl + shift + I

（大家看）打开以后呢

还是在这个面板上输入

ctrl + shift + P

然后 disable javascript 回车

(大家看）移动就没有问题了

然后呢我们再用 ctrl + shift + P

恢复 enable javascript

（大家看）我再移动就恢复了


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sunzsh.gitbook.io/xiaoshan.bug/chrome-kuai-su-jin-yong-javascript.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
