TL;DR#
這是我維護的一個 uBlacklist 外掛的訂閱地址合集,搜集了網上大部分的訂閱地址合併成一個。透過 Github Actions 每週自動更新一次。
本訂閱主要是屏蔽 Google 等搜尋結果中的中文 SEO 垃圾站,如機器翻譯、AI 生成的內容……
- 功能:🧱 屏蔽中文內容農場!【什麼是內容農場?】
- 外掛:{{<icon "github">}} iorate/ublacklist
- 訂閱源地址:
https://git.io/ublacklist
uBlacklist 外掛#
此擴展可防止您指定的網站出現在 Google 和其他的一些搜尋引擎中。
您可以為搜尋結果添加規則或點擊工具欄圖示以屏蔽指定的網站。規則可以透過以下方式指定:匹配模式 (示例: *://*.example.com/*
,這樣的話會屏蔽 example.org 網站) 或使用正則表達式 (示例: /example\.(net|org)/
,這樣的話可以屏蔽 example.net 和 example.org 兩個網站).
您可以透過雲存儲跨設備同步規則集。 目前,支持 Google Drive 和 Dropbox。
您還可以訂閱公共規則集。 該網站列出了一些訂閱:https://iorate.github.io/ublacklist/subscriptions
支持的搜尋引擎#
(由 uBlacklist 外掛決定)
此擴展支持以下搜尋引擎
網頁 | 圖片 | 影片 | 新聞 | |
---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | |
Bing | ✔️ | ✔️ | ✔️ | ✔️ |
Brave *3 | ✔️ | ✔️ | ✔️ | ✔️ |
DuckDuckGo | ✔️ | ✔️ | ✔️ | ✔️ |
Ecosia | ✔️ | |||
Qwant | ✔️ | ✔️ | *1 | ✔️ |
SearX *2 | ✔️ | ✔️ | ✔️ | ✔️ |
Startpage | ✔️ | ✔️ | ✔️ | |
Yahoo! JAPAN | ✔️ | |||
Yandex | ✔️ |
*1 僅當 "Always play videos on Qwant.com" 關閉時;
*2 僅支持某些公共實例,如果您想將自己的 SearX/SearXNG 添加到支持列表,你需要前往src/common/search-engines.ts
,並手動將您的搜尋引擎添加到列表中,然後手動進行構建;
*3 由於獲取圖片連結的完整 URL 比較困難,此擴展程序不支持 Brave Image Search 中按子域名進行攔截。(例如,如果連結指向 www.example.com
,則會攔截整個 example.com
)。
用法#
⬇️ 1. 安裝 uBlacklist#
- Chrome: Chrome Web Store
- Firefox: Firefox Add-ons
- Safari (macOS / iOS): App Store
- Edge*: Chrome Web Store
🔧 2. 設定外掛#
測試版本:v8.7.1
- 訂閱源地址:
https://git.io/ublacklist
打開外掛的 選項
,找到 訂閱
,在 訂閱黑名單列表
點擊 添加訂閱
,在彈出的對話框中將訂閱源地址 https://git.io/ublacklist
填進去,名稱
隨便填,最後點擊 添加
。
如下圖所示:
訂閱源地址的完整內容如下:https://raw.githubusercontent.com/eallion/uBlacklist-subscription-compilation/main/uBlacklist.txt
# curl -I https://git.io/ublacklist # HTTP/1.1 301 Moved Permanently # cache-control: public, max-age=31536000, immutable # x-lru-cache: HIT location: https://raw.githubusercontent.com/eallion/uBlacklist-subscription-compilation/main/uBlacklist.txt # content-length: 0 # date: # x-github-backend: Kubernetes # x-github-request-id:
🌐 3. 其他設定(選填)#
- 設定 - 常規:
在谷歌的搜尋結果中將不會顯示以下網站
你可以使用 匹配模式 或 正則表達式。
要使用頁面標題來屏蔽網站,請在正則表達式前添加「title」。
例如: ://.example.com/*
例如: /example.(net|org)/
例如: title/Example Domain/
*://*/so.php
*://*/so.php?s=*
*://*/cha.php?s=*
*://*/list.php?s=*
*://*/?s=*
*://*/so/*
- 其他搜尋引擎 -
啟用