-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
或许应该有一个 uWhitelist, 这样维护起来更容易 #87
Comments
手里有两个 google 帐号,开两个 chrome, 一个用黑名单一个用白名单。 经过一段时间的积累,就可以转到白名单。 黑名单是无限的。白名单可以是有限的,以有限的精力去维护有限的白名单。 |
白名单更易维护,我用 python 简单的写了段代码: https://github.com/bcaso/Google-Chinese-Results-Whitelist 由于每个人的白名单不同,仅供参考 |
第一反应让我想到了之前使用的 MEOW。 感觉有点残暴,可能对只用中文进行谷歌搜索的用户比较友好。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
添加规则,
*://*/*
以屏蔽所有网址。对于白名单,这样添加:
@*://github.com/*
经测试,可行。
有 bug,但问题不大,
bug:
(1)设置后再对单个网站点击 unblock 时,规则
*://*/*
会被删除。(2)点击 unblock 也不会添加 类似
@*//
的规则。解决方法,用代码生成规则。
The text was updated successfully, but these errors were encountered: