Skip to content

Commit 807c729

Browse files
committed
fix
1 parent 4110ace commit 807c729

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
// @name HacgGodTurn
33
// @name:zh-CN 琉神转
44
// @name:zh-TW 琉神轉
5+
// @name:ja 琉璃神社工具セット
56
// @namespace hoothin
67
// @description Glazed shrine and other adult gentleman station (Reimu imperial, pure love plan, gentleman two dimension, dimension and dimension trajectory, adorable heart ACG survey team, the magic day in the field, light agency, two dimensional, adorable Angel Sakura diffuse homes, Shengguang, love nest, Campanula dimension barrage, fantasy element, our opportunities, some adorable) mysterious code into the download link, F8, shift+F8 switching station, Baidu disk automation, harmonious patch
78
// @description:zh-CN 琉璃神社工具集,支持诸多绅士站(灵梦御所、纯爱计划、绅士二次元、萌心次元、次元轨迹、ACG调查小队、幻天领域、轻萌社、天使二次元、樱花漫舍、风铃窝、次元の圣光、爱弹幕、幻想次元、司机会所、里番萌、最ACG、绅士仓库、梦幻二次元、ACG和谐区/里世界、寂月神社、萌幻之乡、绅士之庭),神秘代码转换成下载链接,百度网盘自动填写提取密码,F8、shift+F8站点切换,左右方向键文章跳转,Ctrl+左右快捷翻页,Ctrl+上下跳入跳出,下载链接嗅探,绕过重定向跳转,各种和谐补丁
89
// @description:zh-TW 琉璃神社工具集,支持諸多紳士站(靈夢禦所、純愛計劃、紳士二次元、萌心次元、次元軌跡、ACG調查小隊、幻天領域、輕萌社、天使二次元、櫻花漫舍、風鈴窩、次元の聖光、愛彈幕、幻想次元、司機會所、裏番萌、最ACG、紳士倉庫、夢幻二次元、ACG和諧區/裏世界、寂月神社、萌幻之鄕、紳士の庭),神秘代碼轉換成下載鏈接,百度網盤自動填寫提取密碼,F8、shift+F8站點切換,左右方向鍵文章跳轉,Ctrl+左右快捷翻頁,Ctrl+上下跳入跳出,下載鏈接嗅探,繞過重定向跳轉,各種和諧補丁
10+
// @description:ja 琉璃神社工具セット、秋の名山老司机運転手専用
911
// @author hoothin
1012
// @icon https://www.hacg.fi/favicon.ico
1113
// @include http*://www.hacg.*/wordpress/*
@@ -49,11 +51,11 @@
4951
// @include http*://htai.*
5052
// @include http*://gmgard.com/*
5153
// @include http*://*.gmgard.com/*
52-
// @version 3.20.51
54+
// @version 3.20.52
5355
// @grant GM_notification
5456
// @grant GM_xmlhttpRequest
5557
// @run-at document-end
56-
// @require https://greasyfork.org/scripts/23522/code/od.js?version=159155
58+
// @require https://greasyfork.org/scripts/23522/code/od.js?version=159291
5759
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
5860
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
5961
// @license MIT License
@@ -105,15 +107,6 @@
105107
regex:/tianshit\./,
106108
contentArea:'.article-content'
107109
},
108-
{
109-
name:"acggj",
110-
url:"https://www.acggj.com/",
111-
regex:/www\.(acggj|acg44)\./,
112-
hideOd:true,
113-
bbs:/bbs\.acggj\./,
114-
offset:55,
115-
articleSel:"section.card"
116-
},
117110
{
118111
name:"acg12",
119112
url:"https://acg12.com/",
@@ -255,6 +248,15 @@
255248
hideOd:true,
256249
offset:65,
257250
contentArea:'.content'
251+
},
252+
{
253+
name:"acggj",
254+
url:"https://www.acggj.com/",
255+
regex:/www\.(acggj|acg44)\./,
256+
hideOd:true,
257+
bbs:/bbs\.acggj\./,
258+
offset:55,
259+
articleSel:"section.card"
258260
}
259261
],
260262
rocketReg:/magnet:\?xt|pan\.baidu\.com\/s|yunpan\.cn|howfile\.com\/file|mega\.|ed2k:\/\/\|file|bt\.cosxcos\.com\/view|du\.acgget\.com\/go\/|\.mediafire\.com\/download\/|\.torrent$/,
@@ -798,6 +800,7 @@
798800
back.onclick=function(){
799801
let target=document.querySelector("[href='"+back.nextSibling.nextSibling.getAttribute("href")+"']");
800802
let pos=elementPosition(target).y;
803+
if(curSite && curSite.offset)pos-=curSite.offset;
801804
scrollToControl(pos);
802805
rocketContent.style.display="none";
803806
};

HacgGodTurn/od.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)