Skip to content

Commit 6206b35

Browse files
committed
fix
1 parent 3b09291 commit 6206b35

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
// @include http*://www.htacg.cc/*
7878
// @include http*://sleazyfork.org/*/scripts/*
7979
// @include http*://greasyfork.org/*/scripts/*
80-
// @version 3.21.42
80+
// @version 3.21.43
8181
// @grant GM_notification
8282
// @grant GM_xmlhttpRequest
8383
// @grant GM_setClipboard
@@ -393,11 +393,6 @@
393393
if(document.body.innerHTML.indexOf("\u7409\u7483\u795e\u793e")!=-1){
394394
var installLink=document.querySelector("a.install-link");
395395
if(installLink){
396-
var hgtLink=document.createElement("a");
397-
hgtLink.href="/scripts/23316/code/%E7%90%89%E7%A5%9E%E8%BD%89.user.js";
398-
hgtLink.innerHTML='<img src="/system/screenshots/screenshots/000/006/258/thumb/bg.png">';
399-
installLink.parentNode.insertBefore(hgtLink,installLink);
400-
installLink.parentNode.insertBefore(document.createElement("br"),installLink);
401396
installLink.parentNode.insertBefore(document.createTextNode("\u8be5\u811a\u672c\u4e0e\u300a\u7409\u795e\u8f6c\u300b\u4e0d\u517c\u5bb9\u54e6"),installLink.nextSibling.nextSibling);
402397
}
403398
}

0 commit comments

Comments
 (0)