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
知乎回答问题自动关注太烦人了 能不能增加个功能 回答完取消关注?
这是网上批量取消的脚本 可以参考 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();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
功能需求
知乎回答问题自动关注太烦人了 能不能增加个功能 回答完取消关注?
预期目标
这是网上批量取消的脚本 可以参考
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();
The text was updated successfully, but these errors were encountered: