Skip to content

Commit 2d30a2e

Browse files
committed
Update JiandanHero.user.js
1 parent 50776be commit 2d30a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JiandanHero/JiandanHero.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
author.appendChild(changeBtn);
113113
}else if(isTucao){
114114
authorId=author.querySelector(".tucao-author").innerText;
115-
author.appendChild(changeBtn);
115+
author.insertBefore(changeBtn,author.querySelector(".tucao-author").nextSibling);
116116
}else{
117117
authorId=isTop?author.querySelector("strong").innerText:author.querySelector("strong").title.replace(//,"");
118118
author.insertBefore(changeBtn,author.querySelector("br"));

0 commit comments

Comments
 (0)