Skip to content

Commit 67fc550

Browse files
committed
Revert "fix"
This reverts commit ee476e3.
1 parent ee476e3 commit 67fc550

2 files changed

Lines changed: 12 additions & 62 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// @description:zh-TW 老司機工具箱,支持琉璃神社、靈夢禦所、純愛計劃、紳士二次元、萌心次元、次元軌跡、ACG調查小隊、幻天領域、天使二次元、櫻花漫舍、風鈴窩、次元の聖光、愛彈幕、幻想次元、司機會所、裏番萌、最ACG、紳士倉庫、紳士圖書館、ACG和諧區/裏世界、寂月神社、萌幻之鄕、紳士の庭、萌口組、九妖萌、CE家族社、喵窩、次元老司機、紳士ACG社等,神秘代碼轉換成下載鏈接,網盤自動填寫提取密碼,F8、Shift+F8站點切換,Alt+F8列表瀏覽,左右方向鍵文章跳轉,Ctrl+左右快捷翻頁,Ctrl+上下跳入跳出,下載鏈接嗅探,繞過重定向跳轉,各種和諧補丁
1010
// @description:ja 琉璃神社工具セット、秋の名山老運転手専用
1111
// @author hoothin
12-
// @icon https://www.liuli.uk/favicon.ico
12+
// @icon https://www.liuli.in/favicon.ico
1313
// @include http*://www.hacg.*/wordpress/*
1414
// @include http*://hacg.*/wordpress/*
1515
// @include http*://loli.cool/*
@@ -78,9 +78,6 @@
7878
// @include http*://jiyue.*
7979
// @include http*://www.moe-acg.*/*
8080
// @include http*://huan.moe*
81-
// @include http*://*.hmoe.moe/*
82-
// @include http*://*.hentaiclub.net*
83-
// @include http*://*.sshs.cc/*
8481
// @include http*://www.mygalgame.com/*
8582
// @include http*://www.mmgal.com/*
8683
// @include http*://htai.*
@@ -107,7 +104,7 @@
107104
// @include http*://greasyfork.org/*/scripts/*
108105
// @include http*://sleazyfork.org/*/forum/*discussion*
109106
// @include http*://greasyfork.org/*/forum/*discussion*
110-
// @version 3.22.63
107+
// @version 3.22.62
111108
// @grant GM_notification
112109
// @grant GM_xmlhttpRequest
113110
// @grant GM_setClipboard
@@ -118,6 +115,8 @@
118115
// @require https://greasyfork.org/scripts/23522/code/od.js?version=598400
119116
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
120117
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
118+
// @updateURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
119+
// @downloadURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
121120
// @license MIT License
122121
// @connect tts.baidu.com
123122
// @compatible chrome
@@ -151,7 +150,7 @@
151150
sites:[
152151
{
153152
name:"琉璃神社",
154-
url:"https://www.liuli.uk/wp/",
153+
url:"https://www.liuli.in/wp/",
155154
regex:/hacg\.|llss\.|liuli\./,
156155
run:function(){
157156
var feiZao,feiZaos=document.querySelectorAll("p1"),i;
@@ -563,11 +562,11 @@
563562
},
564563
{
565564
name:"萌幻之乡",
566-
url:"https://www.hmoe.moe/",
567-
regex:/moe-acg\.|huan\.moe|hmoe\.moe/,
565+
url:"https://huan.moe/",
566+
regex:/moe-acg\.|huan\.moe/,
568567
offset:55,
569568
hideOd:true,
570-
downloadUrl:/(moe-acg|hmoe\.moe)\..*\/download/,
569+
downloadUrl:/moe-acg\..*\/download/,
571570
articleSel:"section.card"
572571
},
573572
{
@@ -788,17 +787,6 @@
788787
hideOd:true,
789788
downloadUrl:/htacg\.cc\/download\?id/
790789
},
791-
{
792-
name:"绅士会所",
793-
url:"https://www.hentaiclub.net/",
794-
regex:/hentaiclub\.net/,
795-
articleSel:"article",
796-
offset:20,
797-
run:function(){
798-
var dlBox=document.querySelector("#dl-box");
799-
if(dlBox)document.querySelector("#dl-box").style.display="block";
800-
}
801-
},
802790
{
803791
name:"绅士交易",
804792
url:"https://www.acgpy.net/wpx/",
@@ -994,7 +982,7 @@
994982
disableSites:/hacg.*about\.html/,
995983
imgRegs:[[/^(?:https:)?(\/\/img\.2dfan|www\.moxtu\.cc|(?:pic|tc)\.(?:ffsky|rpgsky)|\/\/i\.tianshi\.info)/,'http:$1'],[/http(:\/\/(?:[^\.]*\.)?loli\.io)/,'https$1'],[/^https:\/\/galacg.me/,'https://www.galacg.me/'],[/^http:\/\/www\.moepicx\.cc/,'https://www.moepicx.cc']]
996984
};
997-
/*if (!Array.prototype.findSite) {
985+
if (!Array.prototype.findSite) {
998986
Array.prototype.findSite = function (siteName) {
999987
var arr = this;
1000988
for (var i = 0, length = arr.length; i < length; i++) {
@@ -1003,7 +991,7 @@
1003991
}
1004992
}
1005993
};
1006-
}*/
994+
}
1007995

1008996
var t, curSite, curArticle, siteListHtml;
1009997
var originTitile = document.title;
@@ -1067,10 +1055,9 @@
10671055
}
10681056
return;
10691057
}else if(location.hostname=="pan.baidu.com"){
1070-
var submitBtn=document.querySelector('.g-button,#submitBtn');
1071-
if(location.hash.slice(1) && submitBtn){
1058+
if(location.hash.slice(1)){
10721059
document.querySelector(".pickpw input,#accessCode").value=decodeURI(location.hash.slice(1).split("?")[0]);
1073-
submitBtn.click();
1060+
document.querySelector('.g-button,#submitBtn').click();
10741061
}
10751062
return;
10761063
}else if(config.disableSites.test(location.href)){

批量设置标签.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)