Skip to content

Commit 0ce68bd

Browse files
committed
fix
1 parent e995c85 commit 0ce68bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
// @include http*://greasyfork.org/*/scripts/*
9494
// @include http*://sleazyfork.org/*/forum/*discussion*
9595
// @include http*://greasyfork.org/*/forum/*discussion*
96-
// @version 3.22.49
96+
// @version 3.22.50
9797
// @grant GM_notification
9898
// @grant GM_xmlhttpRequest
9999
// @grant GM_setClipboard
@@ -233,7 +233,7 @@
233233
});
234234
function createBlockBtn(){
235235
var pre = document.querySelector("pre");
236-
var author = document.querySelector(".author-info");
236+
var author = document.querySelector(".author-info,.entry-footer");
237237
if (author && !document.querySelector("#blockBtn")) {
238238
var blockBtn=document.createElement("button");
239239
blockBtn.id="blockBtn";

0 commit comments

Comments
 (0)