Skip to content

Commit ffa4c25

Browse files
committed
fix
1 parent e00f032 commit ffa4c25

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

HacgGodTurn.user.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// @include http*://www.acgzone.org/*
4343
// @include http*://uraban.me/*
4444
// @include http*://www.uraban.me/*
45-
// @version 3.20.10
45+
// @version 3.20.11
4646
// @grant GM_notification
4747
// @grant GM_xmlhttpRequest
4848
// @run-at document-end
@@ -336,14 +336,14 @@
336336
comm=comms[i];
337337
if(comm.innerHTML == "\u5c0f\u0038\u9171"){
338338
has8=true;
339-
comm.innerHTML=comm.innerHTML.replace(/\u5c0f\u0038\u9171/,'<a name=\"pa8\">\u5c0f\u0038\u9171<\/a>');
339+
comm.innerHTML=comm.innerHTML.replace(/\u5c0f\u0038\u9171/,'<a name=\"pa8\" style="color:#999;font-weight:normal;">\u5c0f\u0038\u9171<\/a>');
340340
break;
341341
}
342342
}
343343
if(has8){
344-
var title=document.querySelector("h1.entry-title");
345-
if(title){
346-
title.innerHTML+="</br> <a href=\"#pa8\" style=\"color:#e30000\">\u2605\u8865\u6863\u59ec\u5c0f\u0038\u9171\u2605<\/a>";
344+
var header=document.querySelector("div.entry-meta");
345+
if(header){
346+
header.innerHTML+="</br> <a href=\"#pa8\">\u2605\u8865\u6863\u59ec\u5c0f\u0038\u9171\u2605<\/a>";
347347
}
348348
}
349349
if(unsafeWindow.quote){

0 commit comments

Comments
 (0)