Skip to content

Commit c9d029c

Browse files
committed
fix
1 parent fe6ec23 commit c9d029c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 4 additions & 4 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.hacg.fi/favicon.ico
12+
// @icon https://www.llss.fun/favicon.ico
1313
// @include http*://www.hacg.*/wordpress/*
1414
// @include http*://hacg.*/wordpress/*
1515
// @include http*://www.hacg.*/wp/*
@@ -88,7 +88,7 @@
8888
// @include http*://greasyfork.org/*/scripts/*
8989
// @include http*://sleazyfork.org/*/forum/*discussion*
9090
// @include http*://greasyfork.org/*/forum/*discussion*
91-
// @version 3.22.42
91+
// @version 3.22.43
9292
// @grant GM_notification
9393
// @grant GM_xmlhttpRequest
9494
// @grant GM_setClipboard
@@ -134,7 +134,7 @@
134134
sites:[
135135
{
136136
name:"琉璃神社",
137-
url:"https://www.hacg.fi/wp/",
137+
url:"https://www.llss.fun/wp/",
138138
regex:/hacg\.|llss\./,
139139
run:function(){
140140
var feiZao,feiZaos=document.querySelectorAll("p1"),i;
@@ -146,7 +146,7 @@
146146
var comm,comms=document.querySelectorAll("span.fn"),commId;
147147
for(i=0;i<comms.length;i++){
148148
comm=comms[i];
149-
if(comm.innerHTML == "\u5c0f\u0038\u9171"){
149+
if(comm.innerText == "\u5c0f\u0038\u9171"){
150150
has8=true;
151151
commId=comm.parentNode.parentNode.parentNode.id;
152152
break;

0 commit comments

Comments
 (0)