# Cookie 机器人 (Robot cookie)

1\. 为什么浏览器中需要cookie？

在网站或在线服务上创建帐户可能需要浏览器的“信任”。对于许多网站来说，验证和建立这种级别的信任的一个重要部分是使用 cookie。

Cookie 是存储在您的浏览器上的小文件，其中包含个人设置和网站上先前活动痕迹等信息。当您已经拥有之前访问的 cookie 时，网站通常会将其视为“可信”帐户的标志。这可能意味着该网站将对您的帐户施加更少的限制，并使您更方便地使用该服务。但是，使用 cookie 创建帐户也意味着您的浏览器需要有与该帐户相关的 cookie。如果您是第一次访问某个网站，您的浏览器可能没有该网站的任何 cookie，因此创建帐户可能需要额外的验证步骤。这只是一个基本的 Chrome cookie 自动化指南，在任何网站上都没有详细说明，所以请小心。

## 2. 如何使用 Hidemium 创建浏览器 cookie。

为了增加浏览器的信任度，Hidemium 为此提供了一个名为 cookie 机器人的自动化脚本。

单击主屏幕上的“自动化”并转至“市场”以显示如下主屏幕。

<figure><img src="/files/hMP5o2PGg9GtAaOtcB5W" alt=""><figcaption></figcaption></figure>

然后，搜索脚本“robot cookies”，结果如下所示：

单击机器人 cookie 脚本并选择“apply”

出现脚本工作屏幕后，单击“保存此处”以保存此脚本。

<figure><img src="/files/BjBOx25QDdsWmJjVNRy8" alt=""><figcaption></figcaption></figure>

因此，您可以像任何其他普通脚本一样使用 cookie 机器人脚本。您可以在创建新账号资料后运行此脚本，也可以在使用此脚本时创建新账号资料。有关详细信息，请阅读在此。


---

# 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://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/jiao-ben-scripts/cookie-ji-qi-ren-robot-cookie.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.
