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

快速收起评论功能生成的按钮不在评论底部,而是评论顶端 #4890

Closed
yuban01652 opened this issue Aug 30, 2024 · 2 comments
Labels
bug bug

Comments

@yuban01652
Copy link

对应功能

快速收起评论 内部名称: foldComments Commit: 7e9a933

问题描述

动态首页任一动态评论展开时

脚本版本

7e9a933

脚本管理器及版本

Tampermonkey v5.1.1

浏览器及版本

Chrome 版本 128.0.6613.85

播放器版本

4.8.43-1b46a4fe

播放策略

默认

错误信息

附加截图

捕获

致遇到了相同问题准备回复的人

太长不看
1、遇到了相同的问题:请用左下角的 reaction 点赞
2、实时关注该 Issue 的后续进展:请用 Issue 页上的 Subscribe 功能(在 PC 端按钮通常位于页面右侧)。
请您回复前务必确认您有在本 Issue 之外补充了其它相关信息(比如 Log)再行回复以免对他人造成不必要的困扰

完整版 由于每个 Issue 甚至整个项目都是可以订阅通知的, 对于已经有人汇报过的 Bug, 如果您也遇到了并且没有其他信息要补充, 可以直接在左下点个赞表示 +1, 不要再去新增评论。想关注后续的可以用 Subscribe,Subscribe 之后该 Issue 如果有变动都可以收到通知,如果不想被回复打扰可以使用更加进阶的 Customize 功能,勾选 "Closed" & "Reopened"。Closed 通常代表该 Issue 已被解决,极少数情况下的 Reopened 代表该 Issue 的问题重新出现。如果您新增了无意义评论,因为 Issue 这个 bug tracker 与邮件列表类似,订阅某个 Issue 的用户会在每次这个 Issue 有新的动态时收到一封新的提醒邮件。也就是说,在 Issue 中的一个不能提供新的信息的评论,相当于给所有订阅这个 Issue 的用户发了一封垃圾邮件(spam)。尤其项目的维护者也是订阅者中的一员,太多垃圾邮件会对维护者带来很多不必要的困扰。发送垃圾邮件在开源社区通常是不那么受欢迎的行为。
@Ifover
Copy link

Ifover commented Sep 1, 2024

我也是,用起来挺难受的
加个Timeout凑活凑活
脚本的存储里 搜
r.insertAdjacentElement(\"beforeend\",i)
改成
setTimeout(()=>{r.insertAdjacentElement(\"beforeend\",i)},600)
临时用用

@the1812 the1812 added the bug bug label Sep 4, 2024
@best257
Copy link

best257 commented Sep 7, 2024

我也这样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug
Projects
None yet
Development

No branches or pull requests

4 participants