重启项目
Description: This is a subscription rule used by myself, usually in the use of Google search in Chinese when you encounter a spam site to black up, and then update this address to the file.
uBlacklist is a browser extension that removes websites from appearing in your search results for predefined rules, currently supported by search engines such as Google DuckDuckGo. Use it to block spam or machine-translated websites from appearing in your search results, so you can get useful search results more efficiently and enjoy a better search experience.
App Store download address: Chrome Web Store / Firefox Add-ons / App Store )
main: https://raw.githubusercontent.com/mtgq/ublacklist-subscription/main/uBlacklist.txt
fast github: https://ghproxy.com/https://raw.githubusercontent.com/mtgq/ublacklist-subscription/main/uBlacklist.txt
experiments: https://raw.githubusercontent.com/mtgq/ublacklist-subscription/main/test.txt
(recommended) https://github.com/cobaltdisco/Google-Chinese-Results-Blocklist
https://github.com/liubiantao/uBlacklist-Websites
https://github.com/kurikomoe/KurikoRulesets/blob/master/ublacklist.txt
https://github.com/gyli/Blocklist/blob/master/BLOCKLIST_uBlacklist
https://gist.github.com/inkss/6a256813ad2df862d1f8b91f6db0c643
https://github.com/eallion/uBlacklist-subscription-compilation
I. Interception of domain names
Corresponding regular format: /\S+\. (it|pl|site|de|be|club|vn|mx|fr|buzz)/
intercept domain names ending with it, pl, site, de, be, club, etc.
The original address: cobaltdisco/Google-Chinese-Results-Blocklist#45
Second, block mobile pages starting with m.
The corresponding regular format: /^https?:\/\/m\. /
The original address: cobaltdisco/Google-Chinese-Results-Blocklist#46