We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23814f commit 6c1f2caCopy full SHA for 6c1f2ca
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -77,7 +77,7 @@
77
// @include http*://www.htacg.cc/*
78
// @include http*://sleazyfork.org/*/scripts/*
79
// @include http*://greasyfork.org/*/scripts/*
80
-// @version 3.21.40
+// @version 3.21.39
81
// @grant GM_notification
82
// @grant GM_xmlhttpRequest
83
// @grant GM_setClipboard
@@ -388,7 +388,7 @@
388
if(/(sleaz|greas)yfork\.org\//.test(location.href)){
389
if(/scripts\/23316/.test(location.href)){
390
let pos=elementPosition(document.querySelector("#additional-info>div.script-author-description>h2")).y;
391
- scrollToControl(pos);
+ scrollTo(0,pos);
392
}else{
393
if(document.body.innerHTML.indexOf("\u7409\u7483\u795e\u793e")!=-1){
394
var installLink=document.querySelector("a.install-link");
0 commit comments