Skip to content
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

【知乎增强】能否增加回答问题取消关注问题 #507

Open
Cyiming opened this issue Jan 12, 2025 · 0 comments
Open

【知乎增强】能否增加回答问题取消关注问题 #507

Cyiming opened this issue Jan 12, 2025 · 0 comments
Labels
功能建议 新功能 或 建议

Comments

@Cyiming
Copy link

Cyiming commented Jan 12, 2025

功能需求

知乎回答问题自动关注太烦人了 能不能增加个功能 回答完取消关注?

预期目标

这是网上批量取消的脚本 可以参考
function unfollow_all(){
var remaining = $(".zg-unfollow").length;
if (remaining > 0) {
$(".zg-unfollow").first().trigger('click');
setTimeout(unfollow_all, 1000);
window.scrollTo(0,document.body.scrollHeight);
}
}
unfollow_all();

@Cyiming Cyiming added the 功能建议 新功能 或 建议 label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
功能建议 新功能 或 建议
Projects
None yet
Development

No branches or pull requests

1 participant