屏蔽指定网站的开源浏览器插件-uBlacklist
uBlacklist是屏蔽指定的网站防止其显示在搜索引擎中的开源浏览器插件,多浏览器支持包括Chrome / Firefox / macOS 和 iOS的Safari。基于Typescript编写,遵守MIT开源协议。
用户可为搜索结果添加规则或点击工具栏图标以屏蔽指定的网站。规则可以通过以下方式指定:匹配模式 (示例: *://*.example.com/*
,这样的话会屏蔽 example.org 网站) 或使用正则表达式 (示例: /example\.(net|org)/
,这样的话可以屏蔽 example.net 和 example.org 两个网站).支持通过云存储跨设备同步规则集。 目前,支持 Google Drive 和 Dropbox。还可以订阅公共规则集。
此扩展目前支持以下搜索引擎
网页 | 图片 | 视频 | 新闻 | |
---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | |
Bing | *1 | ✔️ | ✔️ | ✔️ |
Brave | ✔️ | ✔️ | ✔️ | ✔️ |
DuckDuckGo | ✔️ | ✔️ | ✔️ | ✔️ |
Ecosia | ✔️ | |||
Qwant | ✔️ | ✔️ | *2 | ✔️ |
SearX *3 | ✔️ | ✔️ | ✔️ | ✔️ |
Startpage | ✔️ | ✔️ | ✔️ | |
Yahoo! JAPAN | ✔️ | |||
Yandex | ✔️ |
*1 仅当 “Always play videos on Qwant.com” 关闭时
*2 仅支持某些公共实例,如果想将 SearX/SearXNG 添加到支持列表,需要前往src/common/search-engines.ts
,并手动将搜索引擎添加到列表中,手动进行构建。
源代码:https://github.com/iorate/ublacklist
发表回复