-
Notifications
You must be signed in to change notification settings - Fork 1
/
HUC-GenshinStart.user.js
911 lines (877 loc) · 21.1 KB
/
HUC-GenshinStart.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
// ==UserScript==
// @name HRBCU-GenshinStart!
// @namespace http://yuluoxk.cn/
// @version 1.1
// @description 原神,启动!
// @license MIT
// @author Yuluoxk
// @match https://cas.hrbcu.edu.cn/*
// @match https://cas-443.webvpn.hrbcu.edu.cn/*
// @match https://webvpn.hrbcu.edu.cn/users/sign_in
// @match http://jw.hrbcu.edu.cn/jwglxt/xtgl/login_slogin.html
// @match https://jw.webvpn.hrbcu.edu.cn/jwglxt/xtgl/login_slogin.html
// ==/UserScript==
(function () {
"use strict";
// 获取当前页面的 URL
let currentUrl = window.location.href;
let casLogin = /^https:\/\/cas\.hrbcu\.edu\.cn\/.*/;
let casLoginWebvpn = /^https:\/\/cas-443\.webvpn\.hrbcu\.edu\.cn\/.*/;
let LoginJW = /^http:\/\/jw\.hrbcu\.edu\.cn\/jwglxt\/xtgl\/login_slogin\.html.*/;
let LoginJWWebvpn = /^https:\/\/jw\.webvpn\.hrbcu\.edu\.cn\/jwglxt\/xtgl\/login_slogin\.html.*/;
if (casLogin.test(currentUrl) || casLoginWebvpn.test(currentUrl)) {
//原神启动画面
function createHtmlCssString() {
let html = `
<div class="content" id="startup_company">
<img src="https://yuluoxk.cn/genshin/company.jpg" />
</div>
<div class="content" id="startup_game">
<img src="https://yuluoxk.cn/genshin/game.jpg" />
<div id="startup_game_g">
抵制不良游戏, 拒绝盗版游戏, 注意自我保护, 谨防受骗上当, 适度游戏益脑, 沉迷游戏伤身, 合理安排时间, 享受健康生活。<br>
审批文号: 国新出审[2020]1407号 ISBN 978-7-498-07852-0 出版单位: 华东师范大学电子音像出版社有限公司<br>
著作权人: 上海米哈游天命科技有限公司<br>
本公司积极履行《网络游戏行业防沉迷自律公约》<br>
</div>
</div>
<div class="content" id="startup_warning">
<div id="startup_warning_main">
<h1>警告: 游戏前详阅</h1>
<img src="https://yuluoxk.cn/genshin/warning_line.jpg" />
<p>
有极少数的人在观看一些视觉影像时可能会突然癫痫发作, 这些影像包括电子游戏中出现的闪光或图形。 在<br>
进行电子游戏时, 这些人可能会出现癫痫症状。 甚至连不具有癫痫史的人, 也可能在进行电子游戏时, 出现类<br>
似癫痫症状。 如果您或您的家人有癫痫史, 请在进行游戏之前先与医生咨询。 如果您在游玩电子游戏时出现<br>
以下症状, 包括眼睛疼痛、 视觉异常、 偏头痛、 痉挛或意识障碍 (诸如昏迷) 等, 请立即中止游戏, 并且请您于<br>
再次进行本游戏之前咨询您的医生。<br><br>
除上述症状外, 当您感到头痛、 头晕眼花、 恶心想吐或类似晕车症状时, 以及当身体的某些部位感到不舒服或<br>
疼痛时, 请立即中止游戏。 若在中止游戏后, 症状仍没有减退, 请立即寻求医生的诊疗。<br>
</p>
</div>
</div>
`;
let css = `
@font-face {
font-family: genshin-font;
src: url("https://yuluoxk.cn/genshin/font.ttf");
}
html, body {
width: 100%;
height: 100%;
margin: 0;
user-select: none;
}
.main {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#settings_brand {
text-align: center;
}
#settings_brand_start {
margin: 0 0 0 10px;
}
#settings_brand_start * {
vertical-align: middle;
}
#settings_brand p {
text-align: left;
margin: 10px 0 0 20px;
font-size: 12px;
}
#settings_brand p a {
color: #fff;
}
#settings {
display: inline-flex;
}
#settings .part {
flex: 1;
margin-right: 10px;
}
#settings .part h1 {
font-size: 26px;
margin: 25px 0 10px 15px;
}
#settings .part .item {
position: relative;
height: 50px;
background-color: #424242;
border-radius: 8px;
margin-bottom: 10px;
}
#settings .part .item span {
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 15px;
}
#settings .part .item select, #settings .part .item input, #settings .part .item label {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
#settings .part .item select, #settings .part .item input {
outline: none;
border: none;
font-size: 15px;
background-color: #757575;
color: #fff;
border-radius: 4px;
height: 24px;
}
#settings_time_timestamp {
width: calc(100% - 76px);
}
#startup {
background-color: #FEFEFE;
color: #000;
}
/* #startup_timer {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 80px;
width: 80px;
background-color: #fff;
box-shadow: 0 10px 20px rgba(0 0 0 / .1);
border: 1px solid #bbb;
border-radius: 10px;
} */
#startup_timer_tn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 64px;
font-weight: bolder;
}
#startup_timestamp {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
white-space: nowrap;
text-align: center;
}
#startup_timestamp h1 {
font-size: 48px;
margin: 0 0 12px 0;
}
#startup_timestamp p {
font-size: 36px;
margin: 0;
}
#startup .content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s;
}
#startup_game_g {
opacity: 0;
transition: opacity 1s;
}
#startup_company img, #startup_game img {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
}
#startup_company img {
top: 50%;
height: 160px;
}
#startup_game img {
top: calc(50% - 20px);
height: 260px;
}
#startup_game_g {
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
text-align: center;
color: #636363;
font-size: 20px;
font-family: genshin-font;
line-height: 30px;
}
#startup_warning_main {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
font-family: genshin-font;
}
#startup_warning_main h1 {
color: #2F2F2F;
font-weight: normal;
font-size: 36px;
margin: 0 0 10px 0;
}
#startup_warning_main img {
height: 25px;
}
#startup_warning_main p {
color: #636363;
font-size: 24px;
line-height: 34px;
margin: 4px 0 0 0;
}
#readyStartup {
background-color: #fff;
width: fit-content;
white-space: nowrap;
}
#readyStartup img {
height: 400px;
box-shadow: 0 0 2px 0 #bbb;
margin-top: 2px;
}
#readyStartup img:first-child {
margin-right: 5px;
}
#container {
background-color: white;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
#startup_company, #startup_game, #startup_warning {
display: none;
}
#startup .content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s;
}
`;
html = `<style>${css}</style>` + html;
return html;
}
//启动函数
function startupContent(page) {
let t = 1000; //时间间隔
//MIHOYO
if (page.company) {
setTimeout(() => {
document.getElementById("startup_company").style.display = "block";
document.getElementById("startup_company").style.opacity = "1";
}, t);
t += 3000;
setTimeout(() => {
document.getElementById("startup_company").style.display = "none";
}, t);
}
//原神
if (page.game) {
setTimeout(() => {
document.getElementById("startup_game").style.display = "block";
document.getElementById("startup_game").style.opacity = "1";
}, t);
t += 500;
setTimeout(() => {
document.getElementById("startup_game_g").style.opacity = "1";
}, t);
t += 4000;
setTimeout(() => {
document.getElementById("startup_game").style.display = "none";
}, t);
}
//健康游戏忠告
if (page.warning) {
setTimeout(() => {
document.getElementById("startup_warning").style.display = "block";
document.getElementById("startup_warning").style.opacity = "1";
}, t);
setTimeout(() => {
document.getElementById("container").style.display = "none";
}, t + 3000);
}
}
startupContent({ company: true, game: true, warning: true });
let containerElement = document.createElement("div");
containerElement.id = "container";
document.body.appendChild(containerElement);
let htmlCssString = createHtmlCssString();
containerElement.innerHTML = htmlCssString;
// 修改登录框上的标题为空
document.querySelector(".title p").innerHTML = "";
// 移除顶部logo
document.querySelector(".toplogo").remove();
// 背景
// 创建一个新的div元素作为背景
var div = document.createElement("div");
// 添加样式
div.style.position = "fixed";
div.style.top = "0";
div.style.left = "0";
div.style.width = "100%";
div.style.height = "100%";
div.style.zIndex = "-1";
div.style.backgroundImage = "url(https://kanosaikou.cn/genshin-light.gif)";
div.style.backgroundSize = "cover";
div.style.backgroundPosition = "center";
// 添加
document.body.appendChild(div);
var loginPage = document.querySelector(".login-page");
var loginContainer = document.querySelector(".login-container");
// 分离登录框
loginPage.parentNode.insertBefore(loginContainer, loginPage);
loginPage.parentNode.removeChild(loginPage);
//引入css
var style = document.createElement("style");
style.textContent = `
body {
cursor: url(https://yuluoxk.cn/genshin/cursor.ico), auto;
}
@font-face {
font-family: "HYWenHei 85W";
src: url("https://yuluoxk.cn/genshin/genshin.ttf");
}
/* 游客登录 */
#fk-login {
font-size: 0px !important;
}
#fk-login::before {
font-size: 14px !important;
content: "来自异世界的旅者登录";
font-family: "HYWenHei 85W";
}
/* 游客登录界面 */
p.user-login-text {
font-size: 0px !important;
}
p.user-login-text::before {
font-size: 10px !important;
content: "提瓦特大陆用户登录";
font-family: "HYWenHei 85W";
}
a.botlink.user-login {
font-size: 0px !important;
}
a.botlink.user-login::before {
font-size: 14px !important;
content: "支持异世界的旅者登录,首次登陆后将拥有临时账号,来自提瓦特大陆的用户请切回账号登录";
font-family: "HYWenHei 85W";
}
/* 登录按钮 */
#dl {
font-size: 0px !important;
background-color: RGB(57, 59, 64);
}
#dl:after {
font-size: 16px;
width: 100%;
font-weight: 400;
content: "进入游戏";
font-family: "HYWenHei 85W";
background-color: RGB(57, 59, 64);
color: RGB(244, 216, 168);
}
/* 输入框前的图标隐藏 */
.input-group-addon {
display: none;
}
/* 输入框 */
input.form-control.pwd-input {
width: 330px;
height: 30px;
}
input.form-control.user-input {
width: 330px;
height: 30px;
}
/* 输入框上的大标题 */
.title p:after {
font-size: 18px;
font-weight: 600;
content: "HUCHOYO";
border: 0px !important;
height: 50px !important;
text-align: center;
color: RGB(244, 216, 168);
font-family: "HYWenHei 85W";
}
/* 忘记密码 */
a[class="forget-pwd"]:after {
font-size: 14px;
content: "忘记密码?";
font-family: "HYWenHei 85W";
color: RGB(244, 216, 168);
}
a[class="forget-pwd"] {
font-size: 0px !important;
}
label[for="rember"]::before {
border-radius: 7.5px;
}
.login-info {
justify-content: space-between;
align-items: center;
}
.forget-pwd {
margin-top: 15em;
}
.login-container {
width: 380px;
height: 400px;
/* padding: 15px 26px 0px; */
border-radius: 4px;
color: #ffffff;
background: RGB(252, 255, 255);
opacity: 1;
margin: auto;
bottom: 0;
z-index: 666;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.login-container .title {
background: RGB(252, 255, 255);
}
.login-container .title p {
color: #ffffff;
}
/* 把文字隐藏 */
.login-footer {
display: none;
}
`;
document.head.appendChild(style);
} else if (currentUrl === "https://webvpn.hrbcu.edu.cn/users/sign_in") {
//原神启动画面
function createHtmlCssString() {
let html = `
<div class="content" id="startup_company">
<img src="https://yuluoxk.cn/genshin/company.jpg" />
</div>
<div class="content" id="startup_game">
<img src="https://yuluoxk.cn/genshin/game.jpg" />
<div id="startup_game_g">
抵制不良游戏, 拒绝盗版游戏, 注意自我保护, 谨防受骗上当, 适度游戏益脑, 沉迷游戏伤身, 合理安排时间, 享受健康生活。<br>
审批文号: 国新出审[2020]1407号 ISBN 978-7-498-07852-0 出版单位: 华东师范大学电子音像出版社有限公司<br>
著作权人: 上海米哈游天命科技有限公司<br>
本公司积极履行《网络游戏行业防沉迷自律公约》<br>
</div>
</div>
<div class="content" id="startup_warning">
<div id="startup_warning_main">
<h1>警告: 游戏前详阅</h1>
<img src="https://yuluoxk.cn/genshin/warning_line.jpg" />
<p>
有极少数的人在观看一些视觉影像时可能会突然癫痫发作, 这些影像包括电子游戏中出现的闪光或图形。 在<br>
进行电子游戏时, 这些人可能会出现癫痫症状。 甚至连不具有癫痫史的人, 也可能在进行电子游戏时, 出现类<br>
似癫痫症状。 如果您或您的家人有癫痫史, 请在进行游戏之前先与医生咨询。 如果您在游玩电子游戏时出现<br>
以下症状, 包括眼睛疼痛、 视觉异常、 偏头痛、 痉挛或意识障碍 (诸如昏迷) 等, 请立即中止游戏, 并且请您于<br>
再次进行本游戏之前咨询您的医生。<br><br>
除上述症状外, 当您感到头痛、 头晕眼花、 恶心想吐或类似晕车症状时, 以及当身体的某些部位感到不舒服或<br>
疼痛时, 请立即中止游戏。 若在中止游戏后, 症状仍没有减退, 请立即寻求医生的诊疗。<br>
</p>
</div>
</div>
`;
let css = `
@font-face {
font-family: genshin-font;
src: url("https://yuluoxk.cn/genshin/font.ttf");
}
html, body {
width: 100%;
height: 100%;
margin: 0;
user-select: none;
}
.main {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#settings_brand {
text-align: center;
}
#settings_brand_start {
margin: 0 0 0 10px;
}
#settings_brand_start * {
vertical-align: middle;
}
#settings_brand p {
text-align: left;
margin: 10px 0 0 20px;
font-size: 12px;
}
#settings_brand p a {
color: #fff;
}
#settings {
display: inline-flex;
}
#settings .part {
flex: 1;
margin-right: 10px;
}
#settings .part h1 {
font-size: 26px;
margin: 25px 0 10px 15px;
}
#settings .part .item {
position: relative;
height: 50px;
background-color: #424242;
border-radius: 8px;
margin-bottom: 10px;
}
#settings .part .item span {
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 15px;
}
#settings .part .item select, #settings .part .item input, #settings .part .item label {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
#settings .part .item select, #settings .part .item input {
outline: none;
border: none;
font-size: 15px;
background-color: #757575;
color: #fff;
border-radius: 4px;
height: 24px;
}
#settings_time_timestamp {
width: calc(100% - 76px);
}
#startup {
background-color: #FEFEFE;
color: #000;
}
/* #startup_timer {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 80px;
width: 80px;
background-color: #fff;
box-shadow: 0 10px 20px rgba(0 0 0 / .1);
border: 1px solid #bbb;
border-radius: 10px;
} */
#startup_timer_tn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 64px;
font-weight: bolder;
}
#startup_timestamp {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
white-space: nowrap;
text-align: center;
}
#startup_timestamp h1 {
font-size: 48px;
margin: 0 0 12px 0;
}
#startup_timestamp p {
font-size: 36px;
margin: 0;
}
#startup .content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s;
}
#startup_game_g {
opacity: 0;
transition: opacity 1s;
}
#startup_company img, #startup_game img {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
}
#startup_company img {
top: 50%;
height: 160px;
}
#startup_game img {
top: calc(50% - 20px);
height: 260px;
}
#startup_game_g {
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
text-align: center;
color: #636363;
font-size: 20px;
font-family: genshin-font;
line-height: 30px;
}
#startup_warning_main {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
font-family: genshin-font;
}
#startup_warning_main h1 {
color: #2F2F2F;
font-weight: normal;
font-size: 36px;
margin: 0 0 10px 0;
}
#startup_warning_main img {
height: 25px;
}
#startup_warning_main p {
color: #636363;
font-size: 24px;
line-height: 34px;
margin: 4px 0 0 0;
}
#readyStartup {
background-color: #fff;
width: fit-content;
white-space: nowrap;
}
#readyStartup img {
height: 400px;
box-shadow: 0 0 2px 0 #bbb;
margin-top: 2px;
}
#readyStartup img:first-child {
margin-right: 5px;
}
#container {
background-color: white;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
#startup_company, #startup_game, #startup_warning {
display: none;
}
#startup .content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s;
}
body {
cursor: url(https://yuluoxk.cn/genshin/cursor.ico), auto;
}
@font-face {
font-family: "HYWenHei 85W";
src: url("https://yuluoxk.cn/genshin/genshin.ttf");
}
body.login {
padding: 0;
margin: 0;
background: url(https://kanosaikou.cn/genshin-light.gif);
background-size: cover;
background-attachment: fixed
}
.org_title {
display: none;
}
.notice.col-md-6.col-xs-12.hidden-xs.hidden-sm {
display: none;
}
.logo {
display: none;
}
.links {
display: none;
}
.login-form.col-md-4.col-md-offset-1.col-sm-12.col-xs-12 {
width: 380px;
height: 400px;
/* padding: 15px 26px 0px; */
border-radius: 4px;
color: #ffffff;
background: RGB(252, 255, 255);
opacity: 1;
margin: auto;
bottom: 0;
z-index: 666;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
h3:after {
font-size: 18px;
font-weight: 600;
content: "HUC WEBVPN HOYO";
border: 0px !important;
height: 50px !important;
text-align: center;
color: RGB(244, 216, 168);
font-family: "HYWenHei 85W";
display: block;
margin: 0 auto;
}
.input-group-addon {
display: none;
}
input#user_login.form-control {
width: 350px;
height: 50px;
}
input#user_password.form-control {
width: 350px;
height: 50px;
}
.btn {
font-size: 18px;
width: 100%;
font-weight: 400;
font-family: "HYWenHei 85W";
background-color: RGB(57, 59, 64);
color: RGB(244, 216, 168);
}
.login-btn input[type="submit"] {
width: 100%;
}
body.login .login-form input[type="submit"] {
background: RGB(57, 59, 64);
width: 100%;
}
body.login .login-form .login-btn input[type="submit"] {
width: 350px;
height: 50px;
}
.col-md-offset-6 {
margin-left: 0%;
}
body.login .login-form .login-btn input[type="submit"]:active {
background-color: RGB(57, 59, 64)!important;
}
.panel {
display: none;
}
.external_signin_links a[href="/users/auth/cas"]::before {
content: "使用HUCHOYO账号登陆";
font-size: 14px;
font-family: "HYWenHei 85W";
color: RGB(244, 216, 168);
}
`;
html = `<style>${css}</style>` + html;
return html;
}
//启动函数
function startupContent(page) {
let t = 1000; //时间间隔
//MIHOYO
if (page.company) {
setTimeout(() => {
document.getElementById("startup_company").style.display = "block";
document.getElementById("startup_company").style.opacity = "1";
}, t);
t += 3000;
setTimeout(() => {
document.getElementById("startup_company").style.display = "none";
}, t);
}
//原神
if (page.game) {
setTimeout(() => {
document.getElementById("startup_game").style.display = "block";
document.getElementById("startup_game").style.opacity = "1";
}, t);
t += 500;
setTimeout(() => {
document.getElementById("startup_game_g").style.opacity = "1";
}, t);
t += 4000;
setTimeout(() => {
document.getElementById("startup_game").style.display = "none";
}, t);
}
//健康游戏忠告
if (page.warning) {
setTimeout(() => {
document.getElementById("startup_warning").style.display = "block";
document.getElementById("startup_warning").style.opacity = "1";
}, t);
setTimeout(() => {
document.getElementById("container").style.display = "none";
}, t + 3000);
}
}
startupContent({ company: true, game: true, warning: true });
let containerElement = document.createElement("div");
containerElement.id = "container";
document.body.appendChild(containerElement);
let htmlCssString = createHtmlCssString();
containerElement.innerHTML = htmlCssString;
// 以下为vpn页面代码
// 修改登录框标题
let heading = document.querySelector("h3");
heading.textContent = "";
// 修改cas登录文字
let linkElement = document.querySelector(
'.external_signin_links a[href="/users/auth/cas"]'
);
if (linkElement) {
linkElement.textContent = "";
}
// 修改登录按钮文字
let inputElement = document.querySelector(
'.login-btn input[type="submit"]'
);
if (inputElement) {
inputElement.value = "进 入 游 戏";
}
} else if (LoginJW.test(currentUrl)||LoginJWWebvpn.test(currentUrl) ) {
}
else{
}
})();