|
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.uk/favicon.ico |
| 12 | +// @icon https://www.liuli.in/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/* |
84 | 81 | // @include http*://www.mygalgame.com/* |
85 | 82 | // @include http*://www.mmgal.com/* |
86 | 83 | // @include http*://htai.* |
|
107 | 104 | // @include http*://greasyfork.org/*/scripts/* |
108 | 105 | // @include http*://sleazyfork.org/*/forum/*discussion* |
109 | 106 | // @include http*://greasyfork.org/*/forum/*discussion* |
110 | | -// @version 3.22.63 |
| 107 | +// @version 3.22.62 |
111 | 108 | // @grant GM_notification |
112 | 109 | // @grant GM_xmlhttpRequest |
113 | 110 | // @grant GM_setClipboard |
|
118 | 115 | // @require https://greasyfork.org/scripts/23522/code/od.js?version=598400 |
119 | 116 | // @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js |
120 | 117 | // @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 |
121 | 120 | // @license MIT License |
122 | 121 | // @connect tts.baidu.com |
123 | 122 | // @compatible chrome |
|
151 | 150 | sites:[ |
152 | 151 | { |
153 | 152 | name:"琉璃神社", |
154 | | - url:"https://www.liuli.uk/wp/", |
| 153 | + url:"https://www.liuli.in/wp/", |
155 | 154 | regex:/hacg\.|llss\.|liuli\./, |
156 | 155 | run:function(){ |
157 | 156 | var feiZao,feiZaos=document.querySelectorAll("p1"),i; |
|
563 | 562 | }, |
564 | 563 | { |
565 | 564 | 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/, |
568 | 567 | offset:55, |
569 | 568 | hideOd:true, |
570 | | - downloadUrl:/(moe-acg|hmoe\.moe)\..*\/download/, |
| 569 | + downloadUrl:/moe-acg\..*\/download/, |
571 | 570 | articleSel:"section.card" |
572 | 571 | }, |
573 | 572 | { |
|
788 | 787 | hideOd:true, |
789 | 788 | downloadUrl:/htacg\.cc\/download\?id/ |
790 | 789 | }, |
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 | | - }, |
802 | 790 | { |
803 | 791 | name:"绅士交易", |
804 | 792 | url:"https://www.acgpy.net/wpx/", |
|
994 | 982 | disableSites:/hacg.*about\.html/, |
995 | 983 | 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']] |
996 | 984 | }; |
997 | | - /*if (!Array.prototype.findSite) { |
| 985 | + if (!Array.prototype.findSite) { |
998 | 986 | Array.prototype.findSite = function (siteName) { |
999 | 987 | var arr = this; |
1000 | 988 | for (var i = 0, length = arr.length; i < length; i++) { |
|
1003 | 991 | } |
1004 | 992 | } |
1005 | 993 | }; |
1006 | | - }*/ |
| 994 | + } |
1007 | 995 |
|
1008 | 996 | var t, curSite, curArticle, siteListHtml; |
1009 | 997 | var originTitile = document.title; |
|
1067 | 1055 | } |
1068 | 1056 | return; |
1069 | 1057 | }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)){ |
1072 | 1059 | document.querySelector(".pickpw input,#accessCode").value=decodeURI(location.hash.slice(1).split("?")[0]); |
1073 | | - submitBtn.click(); |
| 1060 | + document.querySelector('.g-button,#submitBtn').click(); |
1074 | 1061 | } |
1075 | 1062 | return; |
1076 | 1063 | }else if(config.disableSites.test(location.href)){ |
|
0 commit comments