We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e995c85 commit 0ce68bdCopy full SHA for 0ce68bd
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -93,7 +93,7 @@
93
// @include http*://greasyfork.org/*/scripts/*
94
// @include http*://sleazyfork.org/*/forum/*discussion*
95
// @include http*://greasyfork.org/*/forum/*discussion*
96
-// @version 3.22.49
+// @version 3.22.50
97
// @grant GM_notification
98
// @grant GM_xmlhttpRequest
99
// @grant GM_setClipboard
@@ -233,7 +233,7 @@
233
});
234
function createBlockBtn(){
235
var pre = document.querySelector("pre");
236
- var author = document.querySelector(".author-info");
+ var author = document.querySelector(".author-info,.entry-footer");
237
if (author && !document.querySelector("#blockBtn")) {
238
var blockBtn=document.createElement("button");
239
blockBtn.id="blockBtn";
0 commit comments