Skip to content

Commit a529b18

Browse files
committed
fix
1 parent 2ce6c72 commit a529b18

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,19 @@
4949
// @include http*://htai.*
5050
// @include http*://gmgard.com/*
5151
// @include http*://*.gmgard.com/*
52-
// @version 3.20.47
52+
// @version 3.20.48
5353
// @grant GM_notification
5454
// @grant GM_xmlhttpRequest
5555
// @run-at document-end
5656
// @require https://greasyfork.org/scripts/23522/code/od.js?version=159035
5757
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
5858
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
5959
// @license MIT License
60+
// @connect tts.baidu.com
6061
// @compatible chrome
6162
// @compatible firefox
62-
// @connect tts.baidu.com
63+
// @compatible opera 未测试
64+
// @compatible safari 未测试
6365
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rixixi@sina.com&item_name=Greasy+Fork+donation
6466
// @contributionAmount 1
6567
// ==/UserScript==
@@ -442,12 +444,6 @@
442444
var baseUrl=document.querySelector('base');
443445
if(baseUrl)baseUrl.href=baseUrl.href.replace(/http:/,"https:");
444446
}
445-
/*var benzi=document.querySelector('#menu-item-3786');
446-
if(benzi){
447-
var scy=benzi.cloneNode(true);
448-
scy.innerHTML = scy.innerHTML.replace(/\u672c\u5b50/g, '\u4e09\u6b21\u5143').replace(/hexie\/book/g, 'sciyuan').replace(/fa-book/g, 'fa-instagram');
449-
benzi.after(scy);
450-
}*/
451447
break;
452448
case "acgnz":
453449
if(isHttps)addInsertHandler([["a","img","link","script"],[['p:(\\\/\\\/|\\\\\\/\\\\\\/)(www\\\.)?acgnz','ps:$1$2acgnz']]]);

0 commit comments

Comments
 (0)