Skip to content

Commit 938290d

Browse files
committed
fix
1 parent 746ca56 commit 938290d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@
9393
// @include http*://greasyfork.org/*/scripts/*
9494
// @include http*://sleazyfork.org/*/forum/*discussion*
9595
// @include http*://greasyfork.org/*/forum/*discussion*
96-
// @version 3.22.51
96+
// @version 3.22.52
9797
// @grant GM_notification
9898
// @grant GM_xmlhttpRequest
9999
// @grant GM_setClipboard
100100
// @grant GM_setValue
101101
// @grant GM_getValue
102102
// @grant unsafeWindow
103103
// @run-at document-end
104-
// @require https://greasyfork.org/scripts/23522/code/od.js?version=263087
104+
// @require https://greasyfork.org/scripts/23522/code/od.js?version=264106
105105
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
106106
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
107107
// @updateURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
@@ -1199,7 +1199,7 @@
11991199
}else{
12001200
oD_link.href="magnet:?xt=urn:btih:"+oD_hash;
12011201
oD_link.textContent="磁链";
1202-
oD_link2.href="http://www.torrent.org.cn/Home/torrent/download.html?hash="+oD_hash;
1202+
oD_link2.href="http://www.torrent.org.cn/home/convert/magnet2torrent.html?hash="+oD_hash;
12031203
oD_link2.textContent="种子";
12041204
oD_link2.style.cssText="margin-left:20px";
12051205
oD_link3.href="https://btso.pw/magnet/detail/hash/"+oD_hash;

0 commit comments

Comments
 (0)