|
9 | 9 | // @description:zh-TW 老司機工具箱,支持琉璃神社、靈夢禦所、純愛計劃、紳士二次元、萌心次元、次元軌跡、ACG調查小隊、幻天領域、天使二次元、櫻花漫舍、風鈴窩、次元の聖光、愛彈幕、幻想次元、司機會所、裏番萌、最ACG、紳士倉庫、紳士圖書館、ACG和諧區/裏世界、寂月神社、萌幻之鄕、紳士の庭、萌口組、九妖萌、CE家族社、喵窩、次元老司機、紳士ACG社等,神秘代碼轉換成下載鏈接,網盤自動填寫提取密碼,F8、Shift+F8站點切換,Alt+F8列表瀏覽,左右方向鍵文章跳轉,Ctrl+左右快捷翻頁,Ctrl+上下跳入跳出,下載鏈接嗅探,繞過重定向跳轉,各種和諧補丁 |
10 | 10 | // @description:ja 琉璃神社工具セット、秋の名山老運転手専用 |
11 | 11 | // @author hoothin |
12 | | -// @icon https://www.liuli.in/favicon.ico |
| 12 | +// @icon https://www.liuli.uk/favicon.ico |
13 | 13 | // @include http*://www.hacg.*/wordpress/* |
14 | 14 | // @include http*://hacg.*/wordpress/* |
15 | 15 | // @include http*://loli.cool/* |
|
78 | 78 | // @include http*://jiyue.* |
79 | 79 | // @include http*://www.moe-acg.*/* |
80 | 80 | // @include http*://huan.moe* |
| 81 | +// @include http*://*.hmoe.moe/* |
| 82 | +// @include http*://*.hentaiclub.net* |
| 83 | +// @include http*://*.sshs.cc/* |
81 | 84 | // @include http*://www.mygalgame.com/* |
82 | 85 | // @include http*://www.mmgal.com/* |
83 | 86 | // @include http*://htai.* |
|
104 | 107 | // @include http*://greasyfork.org/*/scripts/* |
105 | 108 | // @include http*://sleazyfork.org/*/forum/*discussion* |
106 | 109 | // @include http*://greasyfork.org/*/forum/*discussion* |
107 | | -// @version 3.22.62 |
| 110 | +// @version 3.22.63 |
108 | 111 | // @grant GM_notification |
109 | 112 | // @grant GM_xmlhttpRequest |
110 | 113 | // @grant GM_setClipboard |
|
115 | 118 | // @require https://greasyfork.org/scripts/23522/code/od.js?version=598400 |
116 | 119 | // @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js |
117 | 120 | // @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 |
120 | 121 | // @license MIT License |
121 | 122 | // @connect tts.baidu.com |
122 | 123 | // @compatible chrome |
|
150 | 151 | sites:[ |
151 | 152 | { |
152 | 153 | name:"琉璃神社", |
153 | | - url:"https://www.liuli.in/wp/", |
| 154 | + url:"https://www.liuli.uk/wp/", |
154 | 155 | regex:/hacg\.|llss\.|liuli\./, |
155 | 156 | run:function(){ |
156 | 157 | var feiZao,feiZaos=document.querySelectorAll("p1"),i; |
|
562 | 563 | }, |
563 | 564 | { |
564 | 565 | name:"萌幻之乡", |
565 | | - url:"https://huan.moe/", |
566 | | - regex:/moe-acg\.|huan\.moe/, |
| 566 | + url:"https://www.hmoe.moe/", |
| 567 | + regex:/moe-acg\.|huan\.moe|hmoe\.moe/, |
567 | 568 | offset:55, |
568 | 569 | hideOd:true, |
569 | | - downloadUrl:/moe-acg\..*\/download/, |
| 570 | + downloadUrl:/(moe-acg|hmoe\.moe)\..*\/download/, |
570 | 571 | articleSel:"section.card" |
571 | 572 | }, |
572 | 573 | { |
|
787 | 788 | hideOd:true, |
788 | 789 | downloadUrl:/htacg\.cc\/download\?id/ |
789 | 790 | }, |
| 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 | + }, |
790 | 802 | { |
791 | 803 | name:"绅士交易", |
792 | 804 | url:"https://www.acgpy.net/wpx/", |
|
982 | 994 | disableSites:/hacg.*about\.html/, |
983 | 995 | 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']] |
984 | 996 | }; |
985 | | - if (!Array.prototype.findSite) { |
| 997 | + /*if (!Array.prototype.findSite) { |
986 | 998 | Array.prototype.findSite = function (siteName) { |
987 | 999 | var arr = this; |
988 | 1000 | for (var i = 0, length = arr.length; i < length; i++) { |
|
991 | 1003 | } |
992 | 1004 | } |
993 | 1005 | }; |
994 | | - } |
| 1006 | + }*/ |
995 | 1007 |
|
996 | 1008 | var t, curSite, curArticle, siteListHtml; |
997 | 1009 | var originTitile = document.title; |
|
1055 | 1067 | } |
1056 | 1068 | return; |
1057 | 1069 | }else if(location.hostname=="pan.baidu.com"){ |
1058 | | - if(location.hash.slice(1)){ |
| 1070 | + var submitBtn=document.querySelector('.g-button,#submitBtn'); |
| 1071 | + if(location.hash.slice(1) && submitBtn){ |
1059 | 1072 | document.querySelector(".pickpw input,#accessCode").value=decodeURI(location.hash.slice(1).split("?")[0]); |
1060 | | - document.querySelector('.g-button,#submitBtn').click(); |
| 1073 | + submitBtn.click(); |
1061 | 1074 | } |
1062 | 1075 | return; |
1063 | 1076 | }else if(config.disableSites.test(location.href)){ |
|
0 commit comments