[知乎增强] 能否增加回答问题取消关注问题
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 40/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- tooling
Research direction
Start by locating the JavaScript userscript handling Zhihu answers and inspect how answering a question currently affects following. Use the referenced unfollow_all() behavior as context, and consider the work complete when answering no longer leaves the question followed and the existing script behavior remains intact.
Written by the indexing model from the issue text.
Description
功能需求
知乎回答问题自动关注太烦人了 能不能增加个功能 回答完取消关注?
预期目标
这是网上批量取消的脚本 可以参考
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();
- Dominant language
- JavaScript
- Stars
- 10k
- Forks
- 706
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from XIU2/UserScript
-
goapk.com安智网 Open功能建议
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
XIU2/UserScript#627 ·
-
功能建议
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
XIU2/UserScript#598 ·
-
反馈问题
Difficulty 4/5 3-5 days Newbie friendliness 35/100
XIU2/UserScript#629 · 2 comments ·
-
功能建议
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
XIU2/UserScript#625 · 1 comment ·
-
功能建议
Difficulty 3/5 1-2 days Newbie friendliness 68/100
XIU2/UserScript#624 · 1 comment ·
Similar issues
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
optimization optimization:agents-md-curator
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
githubnext/gh-aw-cao#13143 ·
-
status: needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100