Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
Labels
@Cyiming

Description

@Cyiming

功能需求

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

预期目标

这是网上批量取消的脚本 可以参考
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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp