We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50776be commit 2d30a2eCopy full SHA for 2d30a2e
1 file changed
JiandanHero/JiandanHero.user.js
@@ -112,7 +112,7 @@
112
author.appendChild(changeBtn);
113
}else if(isTucao){
114
authorId=author.querySelector(".tucao-author").innerText;
115
- author.appendChild(changeBtn);
+ author.insertBefore(changeBtn,author.querySelector(".tucao-author").nextSibling);
116
}else{
117
authorId=isTop?author.querySelector("strong").innerText:author.querySelector("strong").title.replace(/防伪码:/,"");
118
author.insertBefore(changeBtn,author.querySelector("br"));
0 commit comments