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
js code如下
const richText = document.querySelector('.RichText'); const answerTime = document.querySelector('.AnswerTime'); const postTime = document.querySelector('.PostTime'); richText?.prepend((answerTime ?? postTime)?.cloneNode(true));
这段js好像只能在load完评论之后才能执行,能否改进在回答主体出来时就直接copy过来?
另外建议wiki上增加下开启webview调试和注入js脚本的功能说明,只是引导让其google查询就行。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
js code如下
这段js好像只能在load完评论之后才能执行,能否改进在回答主体出来时就直接copy过来?
另外建议wiki上增加下开启webview调试和注入js脚本的功能说明,只是引导让其google查询就行。
The text was updated successfully, but these errors were encountered: