We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
知乎在这几个月的推荐算法中,时不时会增加一些 0 赞同回答,增加它们的曝光。 这种行为本身无可厚非,但是这几个月我感受下来大部分 0 赞同回答质量都很低,基本都是“一个普通人对某个事情的评论”。因此我自身是有诉求可以像屏蔽其他内容一样针对赞同数对回答进行屏蔽。
这个需求可能比较小众,因此我完全乐意我自己去做修改,但是我没使用过 JavaScript,尽管您的注释很详细且大体上我看得懂,但还是想请教一下在哪个函数做这个改动比较合适?然后再通过对指定回答设置 target.hidden = true; 即可生效是么?
target.hidden = true;
无
The text was updated successfully, but these errors were encountered:
希望添加 屏蔽推荐页低赞同数(可设置)的回答 功能
Sorry, something went wrong.
No branches or pull requests
功能需求
知乎在这几个月的推荐算法中,时不时会增加一些 0 赞同回答,增加它们的曝光。
这种行为本身无可厚非,但是这几个月我感受下来大部分 0 赞同回答质量都很低,基本都是“一个普通人对某个事情的评论”。因此我自身是有诉求可以像屏蔽其他内容一样针对赞同数对回答进行屏蔽。
这个需求可能比较小众,因此我完全乐意我自己去做修改,但是我没使用过 JavaScript,尽管您的注释很详细且大体上我看得懂,但还是想请教一下在哪个函数做这个改动比较合适?然后再通过对指定回答设置
target.hidden = true;
即可生效是么?预期目标
无
The text was updated successfully, but these errors were encountered: