> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/pre-basic/websearch/blacklist.md).

# ネット検索ブラックリスト設定

Cherry Studio では、手動設定と購読ソースを追加する方法の 2 つでブラックリストを設定できます。設定ルールは以下を参照してください[ublacklist](https://github.com/iorate/ublacklist)

## 手動設定

検索結果にルールを追加するか、ツールバーのアイコンをクリックして指定したサイトをブロックできます。ルールは次の方法で指定できます：[マッチパターン](https://developer.mozilla.org/zh-CN/docs/mozilla/add-ons/webextensions/match_patterns) (例：`*://*.example.com/*`) または[正規表現](https://developer.mozilla.org/zh-CN/docs/web/javascript/guide/regular_expressions) (例：`/example\.(net|org)/`).

## 購読ソース設定

公開ルールセットを購読することもできます。このサイトにはいくつかの購読先が掲載されています：\
<https://iorate.github.io/ublacklist/subscriptions>

以下はいくつかのおすすめの購読ソースリンクです：

| 名称                                                                                            | リンク                                                                                                     | 種類   |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ---- |
| [uBlacklist 購読集](https://github.com/eallion/uBlacklist-subscription-compilation)              | <https://git.io/ublacklist>                                                                             | 中国語を |
| [uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) | <https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/list\\_uBlacklist.txt> | AI生成 |

<figure><img src="/files/9fa20222e2228bf99a258d355400f20f84c47d90" alt=""><figcaption><p>購読ソース設定</p></figcaption></figure>

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) に記載の公式チャネルをご参照ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/pre-basic/websearch/blacklist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
