在搜索结果中屏蔽指定的网站
此扩展可防止您指定的网站出现在 Google 和其他的一些搜索引擎中。
您可以为搜索结果添加规则或点击工具栏图标以屏蔽指定的网站。规则可以通过以下方式指定:匹配模式 (示例:*://*.example.com/*) 或使用表达式包括正则表达式、变量和字符串匹配器 (示例:/example\.(net|org)/, path*="example"i, $category = "images" & title ^= "Example"…)。
You can synchronize rulesets across devices via cloud storage (Google Drive, Dropbox, WebDAV) or browser sync.
You can also subscribe to public rulesets. Some public rulesets are listed on the website: https://ublacklist.github.io/rulesets
uBlacklist 支持以下浏览器版本:
Support for browsers outside the list above depends on community contributions. Please open a Discussion with a concrete implementation proposal — reports without one are unlikely to be addressed.
此扩展支持以下搜索引擎。
| 网页 | 图片 | 视频 | 新闻 | |
|---|---|---|---|---|
| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
| Bing | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Brave | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| DuckDuckGo | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Ecosia | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Kagi | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| SearXNG | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Startpage | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Yahoo! JAPAN | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
| Yandex | :heavy_check_mark: | :heavy_check_mark: |
No additional builtin search engine support is planned. You can use SERPINFO to add support for any search engine yourself.
要将规则集发布为订阅,请将以 UTF-8 编码的规则集文件放在合适的 HTTP(S) 服务器上,然后发布 URL。这是托管在 GitHub 上的示例:
https://raw.githubusercontent.com/iorate/ublacklist-example-subscription/master/uBlacklist.txt
你可以在规则集前放置 YAML frontmatter。建议设定 name 变量。
---
name: Your ruleset name
---
*://*.example.com/*
详细的开发设置和指南请参阅我们的贡献指南。
uBlacklist 基于 MIT License 开源。
$ claude mcp add ublacklist \
-- python -m otcore.mcp_server <graph>