uBlacklist搜索引擎结果过滤扩展
uBlacklist 是一个浏览器扩展程序,可以阻止特定网站出现在 Google 搜索结果中,该扩展支持 Chrome、Firefox 和 Safari。用户可以通过单击工具栏图标在搜索结果页面或要阻止的站点上添加规则。 规则可以通过匹配模式 (例如 ://.example.com/*
)或通过正则表达式 (例如 /example\.(net|org)/
) 来设置。
用户还可以通过云存储来同步规则集,目前支持 Google Drive 和 Dropbox。
支持的搜索引擎
除了 Google,uBlacklist 还支持以下搜索引擎:
Web | Images | Videos | News | |
---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | |
Bing | *1 | ✔️ | ✔️ | ✔️ |
DuckDuckGo | ✔️ | ✔️ | ✔️ | ✔️ |
Ecosia | ✔️ | |||
Qwant | ✔️ | ✔️ | *2 | ✔️ |
Startpage | ✔️ | ✔️ | ✔️ | |
Yahoo! JAPAN | ✔️ |
对于开发人员
构建
git clone https://github.com/iorate/uBlacklist.git cd uBlacklist yarn # yarn build yarn build firefox production
在打开拉取请求之前,需应该确保传递 yarn lint
, yarn test
和 yarn build-all
。
yarn lint # Some lint errors can be fixed automatically # yarn fix yarn test yarn build-all
评论