Zhiliao icon indicating copy to clipboard operation
Zhiliao copied to clipboard

[功能建议] 将回答/文章的 post 时间复制一份前置

Open commiyou opened this issue 1 year ago • 0 comments

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查询就行。

commiyou avatar Jun 22 '23 19:06 commiyou