Open LoneFireBlossom opened 2 years ago
规则 *://*.its.com/*
并不能匹配 https://its301.com
或 https://its201.com
另外,*://*.its*.com/*
这个规则不可行,通配符的规则中不能再使用通配符。通配符规则是 *://*.域名.后缀/*
。
可以使用正则:/^https?:\/\/(www\.)?(its)\d+\.com/
或 通配符 *://its*
不可用的匹配规则:
整理这些黑名单的效率真是特别低。不如用白名单。https://github.com/bcaso/Google-Chinese-Results-Whitelist
内容农场,隐藏很深: https://www.26wp.com/ https://m.26wp.com/
规则
*://*.its.com/*
并不能匹配https://its301.com
或https://its201.com
另外,
*://*.its*.com/*
这个规则不可行,通配符的规则中不能再使用通配符。通配符规则是*://*.域名.后缀/*
。可以使用正则:
/^https?:\/\/(www\.)?(its)\d+\.com/
或 通配符*://its*
不可用的匹配规则: https://iorate.github.io/ublacklist/docs/advanced-features
整理这些黑名单的效率真是特别低。不如用白名单。https://github.com/bcaso/Google-Chinese-Results-Whitelist
白名单,误杀率太高了吧。。
://www.zaoxu.com/
这种itsXXX的网站好像有很多。 https://its301.com/article/weixin_44018458/108038507
顺带问个问题。我在ublacklist里自定义的屏蔽规则里写“://its.com/*”为什么屏蔽不掉这些网站呢,不太明白应该怎么用