-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
616 lines (578 loc) · 45.3 KB
/
index.html
File metadata and controls
616 lines (578 loc) · 45.3 KB
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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unlock App Premium bằng ShadowRocket</title>
<meta name="description" content="Hướng dẫn Unlock App Premium trên iPhone bằng ShadowRocket với link Config và Module.">
<meta name="theme-color" content="#2563eb">
<link rel="icon" type="image/png" href="./assets/img/shadowrocket.webp"/>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style>
.copy-btn:hover {
transform: scale(1.05);
}
.copy-btn:active {
transform: scale(0.95);
}
</style>
<style>
:root {
--all-in-app: #93c5fd; /* Tailwind blue-300 (kept var name for compatibility) */
--all-in-app-strong: #2563eb; /* blue-600 for emphasis */
--yellow: #fcd34d; /* Tailwind amber-300 */
}
</style>
</head>
<body class="bg-gradient-to-b from-blue-50 via-white to-white min-h-screen text-gray-900">
<!-- Decorative Background -->
<div class="fixed inset-0 -z-10 overflow-hidden">
<!-- Soft gradient blobs -->
<div class="absolute -top-24 -left-24 w-80 h-80 rounded-full bg-gradient-to-tr from-blue-200 to-sky-200 blur-3xl opacity-50"></div>
<div class="absolute -bottom-28 -right-24 w-96 h-96 rounded-full bg-gradient-to-tr from-sky-200 to-indigo-200 blur-3xl opacity-50"></div>
<div class="absolute top-1/3 -right-16 w-64 h-64 rounded-full bg-gradient-to-br from-indigo-200 to-blue-200 blur-3xl opacity-40"></div>
<!-- Subtle dot grid -->
<div class="absolute inset-0 opacity-30" style="background-image: radial-gradient(circle at 1px 1px, rgba(37,99,235,0.15) 1px, transparent 0); background-size: 24px 24px;"></div>
</div>
<!-- Toast Notification -->
<div id="toast" class="fixed bottom-6 left-1/2 -translate-x-1/2 z-50">
<div id="toastContent" class="opacity-0 translate-y-2 transition-all duration-300">
<div class="pointer-events-none bg-gradient-to-r from-blue-500 to-sky-400 text-black rounded-full px-4 py-2 shadow-xl ring-1 ring-blue-300/60 flex items-center gap-2">
<span class="text-lg">✨</span>
<span id="toastMessage" class="text-sm font-semibold">Đã sao chép!</span>
</div>
</div>
</div>
<div class="relative z-10 max-w-md mx-auto px-4 py-16">
<div class="bg-white rounded-2xl p-8 shadow-xl border border-gray-200" data-aos="fade-up">
<div class="text-center mb-8">
<div class="mx-auto mb-3 w-12 h-12 rounded-xl flex items-center justify-center" style="background-color: var(--all-in-app)">
<span class="text-2xl">🚀</span>
</div>
<h1 class="text-3xl font-bold mb-2 text-gray-900">Unlock App <span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-600 to-sky-400">Premium</span></h1>
<p class="text-gray-600">Dành cho iPhone sử dụng ứng dụng <span class="font-semibold">ShadowRocket</span></p>
</div>
<div class="space-y-6">
<!-- Links (Config & Module) -->
<div class="bg-gray-50 rounded-xl p-5 border border-gray-200">
<h2 class="text-xl font-semibold mb-4 flex items-center text-gray-900">
<i data-feather="link" class="mr-2"></i> Link cấu hình ShadowRocket
</h2>
<div class="space-y-5">
<!-- Notice -->
<div class="rounded-xl p-4 border border-amber-200 bg-amber-50">
<div class="flex items-start">
<div class="mt-0.5 mr-3">
<div class="w-6 h-6 rounded-md flex items-center justify-center" style="background-color: var(--yellow)">
<i data-feather="alert-triangle" class="w-4 h-4 text-black"></i>
</div>
</div>
<div class="text-sm text-gray-800">
<p class="font-semibold mb-1">Lưu ý</p>
<ul class="list-disc pl-5 space-y-1">
<li>Muốn sử dụng premium thì <span class="font-semibold">phải bật VPN trong ShadowRocket</span>.</li>
<li>Không dùng nữa thì <span class="font-semibold">tắt đi</span> để tránh hao pin và nóng máy.</li>
</ul>
</div>
</div>
</div>
<!-- Config link -->
<div>
<label class="block text-sm text-gray-700 font-semibold mb-1">Link Config All_In_One (.conf)</label>
<div class="flex items-center bg-gray-100 rounded-lg p-3">
<span class="flex-1 overflow-x-auto text-sm">https://raw.githubusercontent.com/duyvinh09/Module_IOS/refs/heads/main/All_In_One.conf</span>
<button class="copy-btn ml-2 bg-blue-500 hover:bg-blue-600 focus:ring-2 focus:ring-blue-300 focus:outline-none text-white px-3 py-1 rounded-lg transition-all" onclick="copyToClipboard('https://raw.githubusercontent.com/duyvinh09/Module_IOS/refs/heads/main/All_In_One.conf')">
<i data-feather="copy" class="w-4 h-4"></i>
</button>
</div>
<a href="shadowrocket://config/add/https://raw.githubusercontent.com/duyvinh09/Module_IOS/refs/heads/main/All_In_One.conf" class="mt-2 w-full bg-gradient-to-r from-blue-500 to-sky-400 hover:from-blue-600 hover:to-sky-500 focus:ring-2 focus:ring-blue-300 focus:outline-none text-black font-semibold py-2 px-4 rounded-lg transition-all inline-flex items-center justify-center gap-2">
<i data-feather="file" class="w-5 h-5"></i>
<span>Mở trong ShadowRocket</span>
</a>
</div>
<!-- Module link -->
<div>
<label class="block text-sm text-gray-700 font-semibold mb-1">Link Module All_In_One (.sgmodule)</label>
<div class="flex items-center bg-gray-100 rounded-lg p-3">
<span class="flex-1 overflow-x-auto text-sm">https://raw.githubusercontent.com/duyvinh09/Module_IOS/refs/heads/main/All_In_One.sgmodule</span>
<button class="copy-btn ml-2 bg-blue-500 hover:bg-blue-600 focus:ring-2 focus:ring-blue-300 focus:outline-none text-white px-3 py-1 rounded-lg transition-all" onclick="copyToClipboard('https://raw.githubusercontent.com/duyvinh09/Module_IOS/refs/heads/main/All_In_One.sgmodule')">
<i data-feather="copy" class="w-4 h-4"></i>
</button>
</div>
<a href="shadowrocket://install?module=https%3A%2F%2Fraw.githubusercontent.com%2Fduyvinh09%2FModule_IOS%2Frefs%2Fheads%2Fmain%2FAll_In_One.sgmodule" class="mt-2 w-full bg-gradient-to-r from-blue-500 to-sky-400 hover:from-blue-600 hover:to-sky-500 focus:ring-2 focus:ring-blue-300 focus:outline-none text-black font-semibold py-2 px-4 rounded-lg transition-all inline-flex items-center justify-center gap-2">
<i data-feather="plus" class="w-5 h-5"></i>
<span>Mở trong ShadowRocket</span>
</a>
</div>
</div>
</div>
<!-- Instruction Steps -->
<div class="bg-gray-50 rounded-xl p-5 border border-gray-200">
<h2 class="text-xl font-semibold mb-4 flex items-center text-gray-900">
<i data-feather="list" class="mr-2"></i> Hướng dẫn cài đặt
</h2>
<ol class="space-y-6 list-decimal list-inside">
<li class="text-gray-700">
Tải ứng dụng <a href="https://apps.apple.com/app/id932747118" target="_blank" rel="noopener noreferrer" class="font-semibold text-blue-600">ShadowRocket</a> từ <span class="font-semibold">trực tiếp nút bên dưới</span> hoặc từ <span class="font-semibold text-blue-600">App Store</span> (nếu chưa có, bạn cần tìm <span class="font-semibold">tài khoản</span> để tải).
<a href="itms-services://?action=download-manifest&url=https://dl.3u.com/plist/2025/09/28/1759023053857_696086.plist" class="mt-3 w-full bg-gradient-to-r from-blue-500 to-sky-400 hover:from-blue-600 hover:to-sky-500 focus:ring-2 focus:ring-blue-300 focus:outline-none text-black font-semibold py-2 px-4 rounded-lg transition-all inline-flex items-center justify-center gap-2">
<i data-feather="download" class="w-5 h-5"></i>
<span>Tải ShadowRocket trực tiếp</span>
</a>
<div class="mt-2 text-xs text-gray-600 italic">*Nếu iPhone của bạn từng cắm vô <span class="font-semibold text-blue-600">3utool</span> mới sài được</div>
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<button type="button" class="block w-full" onclick="openImageModalAt(0)">
<img src="./assets/steps/downloadShadowRocket.jpg" alt="Tải ShadowRocket trực tiếp" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
<div class="mt-3 flex items-center gap-3 text-gray-500">
<div class="flex-1 border-t border-gray-300"></div>
<span class="text-xs">hoặc</span>
<div class="flex-1 border-t border-gray-300"></div>
</div>
<div class="mt-3 p-3 bg-blue-50 rounded-lg border border-blue-200">
<p class="text-sm font-semibold text-blue-800 mb-2">📱 Trang lấy tài khoản tải ShadowRocket miễn phí:</p>
<div class="space-y-1 text-xs">
<ul class="list-disc pl-5 space-y-1">
<li><a href="https://idapple.csadata4g.me/" target="_blank" rel="noopener noreferrer" class="block text-blue-600 hover:text-blue-800 hover:underline">idapple.csadata4g.me</a></li>
<li><a href="https://ccbaohe.com/appleID/" target="_blank" rel="noopener noreferrer" class="block text-blue-600 hover:text-blue-800 hover:underline">ccbaohe.com/appleID</a></li>
<li><a href="https://dvsteam.vn/id-apple-shadowrocket" target="_blank" rel="noopener noreferrer" class="block text-blue-600 hover:text-blue-800 hover:underline">dvsteam.vn/id-apple-shadowrocket</a></li>
<li><a href="https://idapple.htpn.vn/" target="_blank" rel="noopener noreferrer" class="block text-blue-600 hover:text-blue-800 hover:underline">idapple.htpn.vn</a></li>
<li><a href="https://id.bocchi2b.top" target="_blank" rel="noopener noreferrer" class="block text-blue-600 hover:text-blue-800 hover:underline">id.bocchi2b.top</a></li>
</ul>
</div>
<p class="text-xs text-gray-600 mt-2">💬 Nếu không được thì ib cho <a href="https://www.instagram.com/dvinh.09/" target="_blank" rel="noopener noreferrer" class="text-blue-600">Admin</a> để cung cấp tài khoản miễn phí</p>
<div class="mt-3">
<a href="https://www.instagram.com/dvinh.09/" target="_blank" rel="noopener" class="block rounded-xl border border-gray-200 bg-white hover:bg-gray-50 transition-shadow shadow-sm hover:shadow p-4">
<div class="flex items-center gap-3">
<div class="w-12 h-12 rounded-full bg-gradient-to-tr from-pink-500 to-yellow-400 flex items-center justify-center text-white font-bold">IG</div>
<div class="flex-1">
<div class="text-sm text-gray-500">Instagram</div>
<div class="font-semibold text-gray-900">@dvinh.09</div>
<div class="text-xs text-gray-500">xin phép stalk</div>
</div>
<div>
<span class="inline-flex items-center gap-1 text-amber-700 font-medium">Mở <i data-feather="external-link" class="w-4 h-4"></i></span>
</div>
</div>
</a>
</div>
</div>
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<button type="button" class="block w-full" onclick="openImageModalAt(1)">
<!-- Chèn ảnh hướng dẫn bước 1 (./assets/steps/step1.jpg) -->
<img src="./assets/steps/step1.jpg" alt="Hướng dẫn bước 1" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
</li>
<li class="text-gray-700">
Bấm vào lần lượt <span class="font-semibold text-blue-600">2 nút ở trên</span> để nhập tự động vào app <span class="font-semibold">ShadowRocket</span>, hoặc có thể bấm <span class="font-semibold">Sao chép</span> thủ công và dán vào ở <span class="font-semibold text-blue-600">Tab Cấu Hình</span>.
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<!-- Chèn ảnh hướng dẫn bước 2 (./assets/steps/step2.jpg) -->
<button type="button" class="block w-full" onclick="openImageModalAt(2)">
<img src="./assets/steps/step2.jpg" alt="Hướng dẫn bước 2" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
</li>
<li class="text-gray-700">
Chọn cấu hình <span class="font-semibold text-blue-600">"All_In_One.conf"</span> → <span class="font-semibold">Sử dụng Config</span>.
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<!-- Chèn ảnh hướng dẫn bước 3 (./assets/steps/step3.jpg) -->
<button type="button" class="block w-full" onclick="openImageModalAt(3)">
<img src="./assets/steps/step3.jpg" alt="Hướng dẫn bước 3" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
</li>
<li class="text-gray-700">
Nhấn vào biểu tượng chữ <i class="fas fa-info-circle text-blue-600"></i> màu xanh cạnh cấu hình <span class="font-semibold text-blue-600">"All_In_One.conf"</span> → vào mục <span class="font-semibold text-blue-600">Giải mã HTTPS</span> và bật <span class="font-semibold">Giải mã HTTPS</span> lên.
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<!-- Chèn ảnh hướng dẫn bước 4 (./assets/steps/step4.jpg) -->
<button type="button" class="block w-full" onclick="openImageModalAt(4)">
<img src="./assets/steps/step4.jpg" alt="Hướng dẫn bước 4" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
</li>
<li class="text-gray-700">
Hệ thống yêu cầu <span class="font-semibold text-blue-600">Tạo chứng chỉ CA mới</span> → Chọn <span class="font-semibold">Tạo chứng chỉ CA mới</span> → <span class="font-semibold">Cài đặt Chứng chỉ CA vào Hệ thống</span> → <span class="font-semibold">Cho phép</span> → <span class="font-semibold">Đóng</span>.
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<!-- Chèn ảnh hướng dẫn bước 5 (./assets/steps/step5.jpg) -->
<button type="button" class="block w-full" onclick="openImageModalAt(5)">
<img src="./assets/steps/step5.jpg" alt="Hướng dẫn bước 5" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
</li>
<li class="text-gray-700">
Vào <span class="font-semibold text-blue-600">CÀI ĐẶT (Trên máy)</span> → <span class="font-semibold">Cài đặt chung</span> → <span class="font-semibold text-blue-600">Quản lý VPN & Thiết bị</span> rồi tiến hành <span class="font-semibold">cài đặt chứng chỉ</span> vừa tạo.
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<!-- Chèn ảnh hướng dẫn bước 6 (./assets/steps/step6.jpg) -->
<button type="button" class="block w-full" onclick="openImageModalAt(6)">
<img src="./assets/steps/step6.jpg" alt="Hướng dẫn bước 6" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
</li>
<li class="text-gray-700">
Sau khi cài đặt xong, vào tiếp mục <span class="font-semibold text-blue-600">Cài đặt chung</span> → <span class="font-semibold">Giới thiệu</span> → <span class="font-semibold text-blue-600">Cài đặt tin cậy chứng nhận</span> → Sau đó <span class="font-semibold">bật mục Shadowrocket</span> mới tải lên.
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<!-- Chèn ảnh hướng dẫn bước 7 (./assets/steps/step7.jpg) -->
<button type="button" class="block w-full" onclick="openImageModalAt(7)">
<img src="./assets/steps/step7.jpg" alt="Hướng dẫn bước 7" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
</li>
<li class="text-gray-700">
Quay lại app <span class="font-semibold text-blue-600">ShadowRocket</span> → <span class="font-semibold">bật Kết nối</span> là sử dụng các app <span class="font-semibold text-blue-600">Premium</span> thành công.
<div class="mt-2 w-full rounded-lg border border-dashed border-blue-300 bg-blue-50/40 flex items-center justify-center text-xs text-gray-500">
<!-- Chèn ảnh hướng dẫn bước 8 (./assets/steps/step8.jpg) -->
<button type="button" class="block w-full" onclick="openImageModalAt(8)">
<img src="./assets/steps/step8.jpg" alt="Hướng dẫn bước 8" class="w-full h-auto max-h-64 object-contain rounded-lg">
</button>
</div>
<p class="text-xs text-gray-500 italic mt-2">*Sau khi thấy chữ <span class="font-semibold text-blue-600">VPN</span> trên <span class="text-blue-600">Trung tâm điều khiển</span> là đã kết nối thành công</p>
</li>
</ol>
</div>
</div>
<!-- Supported Apps -->
<div class="mt-6 bg-gray-50 rounded-xl p-5 border border-gray-200">
<h2 class="text-xl font-semibold mb-4 flex items-center text-gray-900">
<i data-feather="smartphone" class="mr-2"></i> Ứng dụng được hỗ trợ
</h2>
<div class="grid grid-cols-1 gap-4">
<!-- Alight Motion -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">AM</div>
<div>
<div class="font-semibold text-gray-900">Alight Motion</div>
<div class="text-xs text-gray-600">Mở khoá Pro, không watermark</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Bấm vào biểu tượng Premium → Sẽ tự động kích hoạt Pro.
</div>
</div>
<!-- BeautyPlus -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">BP</div>
<div>
<div class="font-semibold text-gray-900">BeautyPlus</div>
<div class="text-xs text-gray-600">Mở khoá tính năng Vip</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Vào phần VIP → Tự động kích hoạt các tính năng Premium.
</div>
</div>
<!-- CamScanner -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">CS</div>
<div>
<div class="font-semibold text-gray-900">CamScanner</div>
<div class="text-xs text-gray-600">Mở khoá tính năng Vip</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Khởi động lại app → Vào mục Premium sẽ thấy đã kích hoạt VIP.
</div>
</div>
<!-- KineMaster -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">KM</div>
<div>
<div class="font-semibold text-gray-900">KineMaster</div>
<div class="text-xs text-gray-600">Xoá watermark, lên pro</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Tạo project mới → Xuất video → Watermark sẽ tự động bị loại bỏ.
</div>
</div>
<!-- Lightroom -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">LR</div>
<div>
<div class="font-semibold text-gray-900">Lightroom</div>
<div class="text-xs text-gray-600">Mở khoá cao cấp</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-amber-50 p-2 rounded border-l-4 border-amber-300">
⚠️ <strong>Yêu cầu đặc biệt:</strong> Cần có tài khoản Adobe đã từng đăng ký Premium trước đó. Đăng nhập vào tài khoản cũ → Tự động kích hoạt lại Premium.
</div>
</div>
<!-- Locket -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">LO</div>
<div>
<div class="font-semibold text-gray-900">Locket</div>
<div class="text-xs text-gray-600">Quay vd 5s, up ảnh,...</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Vào Settings → Thấy đã hiển thị LocketGold.
</div>
</div>
<!-- PicsArt -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">PA</div>
<div>
<div class="font-semibold text-gray-900">PicsArt</div>
<div class="text-xs text-gray-600">Premium đầy đủ tính năng</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Các tool Premium sẽ tự động mở khoá, không cần đăng ký.
</div>
</div>
<!-- Snow -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">SN</div>
<div>
<div class="font-semibold text-gray-900">Snow</div>
<div class="text-xs text-gray-600">Mở khoá Vip</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Vào phần Premium → Sẽ thấy đã kích hoạt VIP.
</div>
</div>
<!-- SoundCloud Go+ -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">SC</div>
<div>
<div class="font-semibold text-gray-900">SoundCloud</div>
<div class="text-xs text-gray-600">Trải nghiệm Go+</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Khởi động lại app → Tự động kích hoạt SoundCloud Go+.
</div>
</div>
<!-- Spotify -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">SP</div>
<div>
<div class="font-semibold text-gray-900">Spotify</div>
<div class="text-xs text-gray-600">Loại bỏ quảng cáo, nghe nhạc chất lượng cao</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-amber-50 p-2 rounded border-l-4 border-amber-300">
⚠️ <strong>Cách kích hoạt:</strong> Đăng xuất tài khoản → Đăng nhập lại HOẶC xoá app → Tải lại từ App Store → Đăng nhập → Premium sẽ kích hoạt.
</div>
</div>
<!-- VSCO -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">VS</div>
<div>
<div class="font-semibold text-gray-900">VSCO</div>
<div class="text-xs text-gray-600">Filter full, studio nâng cao</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Vào Studio → All filters và tools sẽ tự động unlock.
</div>
</div>
<!-- Wink -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">WI</div>
<div>
<div class="font-semibold text-gray-900">Wink</div>
<div class="text-xs text-gray-600">Mở khoá Vip (hiện quá tải)</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Các feature VIP sẽ tự động mở khoá.
</div>
</div>
<!-- Truecaller -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">TC</div>
<div>
<div class="font-semibold text-gray-900">Truecaller</div>
<div class="text-xs text-gray-600">Mở khoá Gold, chặn spam, caller ID</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Vào Settings → Premium → Sẽ thấy Truecaller Gold đã kích hoạt.
</div>
</div>
<!-- YouTube -->
<div class="p-4 rounded-lg border border-gray-200 bg-white">
<div class="flex items-center gap-3 mb-2">
<div class="w-10 h-10 rounded-lg flex items-center justify-center text-sm font-bold" style="background-color: var(--all-in-app)">YT</div>
<div>
<div class="font-semibold text-gray-900">YouTube</div>
<div class="text-xs text-gray-600">Chặn quảng cáo, tính năng phát nền</div>
</div>
</div>
<div class="text-xs text-gray-500 bg-blue-50 p-2 rounded border-l-4 border-blue-300">
💡 <strong>Cách kích hoạt:</strong> Mở app → Quảng cáo sẽ tự động bị chặn, có thể phát video khi tắt màn hình.
</div>
</div>
</div>
<div class="mt-4 p-3 bg-red-50 rounded-lg border border-red-200">
<p class="text-sm text-red-700 flex items-start gap-2">
<span class="text-red-500 mt-0.5">⚠️</span>
<span><strong>Lưu ý quan trọng:</strong> Danh sách các app sẽ được cập nhật liên tục. Nếu sử dụng không được, có thể App đó đã bị Fix. Một số app có thể cần thời gian để kích hoạt hoặc yêu cầu thao tác đặc biệt như đã ghi ở trên.</span>
</p>
</div>
</div>
<!-- Locket Config Link -->
<div class="mt-6 bg-gray-50 rounded-xl p-5 border border-gray-200">
<h2 class="text-xl font-semibold mb-3 flex items-center text-gray-900">
<i data-feather="heart" class="mr-2"></i> Config duy trì Locket Gold
</h2>
<p class="text-sm text-gray-600 mb-4">Cài đặt Config này sau khi đã kích hoạt Locket Gold thành công.</p>
<a href="https://chungchi365.com/locket.mobileconfig" download class="w-full bg-gradient-to-r from-amber-400 to-yellow-300 hover:from-amber-600 hover:to-amber-500 focus:ring-2 focus:ring-amber-300 focus:outline-none text-black font-semibold py-2 px-4 rounded-lg transition-all inline-flex items-center justify-center gap-2">
<i data-feather="settings" class="w-5 h-5"></i>
<span>Cài đặt Config</span>
</a>
</div>
<!-- ShadowRocket Color Customization -->
<div class="mt-6 bg-gray-50 rounded-xl p-5 border border-gray-200">
<h2 class="text-xl font-semibold mb-3 flex items-center text-gray-900">
<i data-feather="sliders" class="mr-2"></i> Tùy biến màu sắc ShadowRocket
</h2>
<p class="text-sm text-gray-600 mb-4">Áp dụng bộ màu tối tinh tế cho giao diện ShadowRocket.</p>
<a href="shadowrocket://color?NavigationBarColor=%23151A25&NavigationBar2Color=%2310141D&NavigationBarTextColor=%23F0F0FF&NavigationBar2TextColor=%23F0F0FF&TabBarColor=%23151A25&TabBarBorderColor=%2300000000&TabBarSelectedColor=%2355E0FF&TabBarUnselectedColor=%238B8B99&TableBackgroundColor=%2310141D&TableCellBackgroundColor=%231A2230&TableCellSelectedBackgroundColor=%232A3447&TableSeparatorColor=%233A3A50&TextFieldTextColor=%23F0F0FF&PlaceholderColor=%239999AA&TextLabelTextColor=%2355E0FF&DetailLabelTextColor=%23E0E0FF&TextLabelDeleteColor=%23FF5555&HeaderFooterTextColor=%237A7A8A&SearchFieldBackgroundColor=%231A2230&IndicatorColor=%2355E0FF&ButtonIconColor=%2355E0FF&ButtonNormalColor=%23F0F0FF&ButtonNormal2Color=%23CCE6FF&ButtonNormal3Color=%237A7A8A&ButtonHighlightedColor=%2399E0FF&ButtonHighlighted2Color=%23FFFFFF&ButtonHighlighted3Color=%2355E0FF&ButtonDisabledColor=%23606070&PingSuccessTextColor=%2300E0A0&PingTimeoutTextColor=%23FF5555&DefaultDotColor=%23FFAA33&HUDBackgroundColor=%232A3447&v=1.0" class="w-full bg-gradient-to-r from-blue-500 to-sky-400 hover:from-blue-600 hover:to-sky-500 focus:ring-2 focus:ring-blue-300 focus:outline-none text-black font-semibold py-2 px-4 rounded-lg transition-all inline-flex items-center justify-center gap-2">
<i data-feather="droplet" class="w-5 h-5"></i>
<span>Áp dụng bộ màu</span>
</a>
</div>
<!-- Free Message -->
<div class="mt-6 bg-gradient-to-r from-green-50 to-blue-50 rounded-xl p-4 border border-green-200 text-center">
<p class="text-sm text-gray-700">
<span class="font-semibold text-green-600">Mọi thứ bên trên đều Free</span>, mình chỉ muốn mọi người có thể <span class="font-semibold text-blue-600">vui vẻ chia sẻ</span> với nhau các khoảnh khắc.
</p>
</div>
<!-- Contact Info -->
<div class="mt-4 bg-gradient-to-r from-purple-50 to-pink-50 rounded-xl p-4 border border-purple-200 text-center">
<p class="text-sm text-gray-700 mb-2">
<span class="font-semibold text-purple-600">Chúc các bạn may mắn.</span>
</p>
<p class="text-xs text-gray-600 mb-2">Mọi thông tin cần có thể liên hệ</p>
<a href="https://t.me/duyvinh09" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-2 bg-gradient-to-r from-blue-500 to-purple-500 hover:from-blue-600 hover:to-purple-600 text-white font-semibold py-2 px-4 rounded-lg transition-all">
<i data-feather="message-circle" class="w-4 h-4"></i>
<span>Admin: @duyvinh09</span>
</a>
</div>
</div>
</div>
<!-- Copyright Footer -->
<div class="relative z-10 max-w-md mx-auto px-4 pb-6">
<div class="text-center text-sm text-gray-500">
© 2025 <a href="https://me.momo.vn/dinhduyvinh" target="_blank" class="text-blue-600 hover:text-blue-700 hover:underline">Đinh Duy Vinh</a>. All rights reserved.
</div>
</div>
<!-- Image Modal -->
<div id="imageModal" class="fixed inset-0 z-50 hidden">
<div class="absolute inset-0 bg-black/70" onclick="closeImageModal()"></div>
<div class="absolute inset-0 flex items-center justify-center p-4">
<div class="relative max-w-3xl w-full">
<button type="button" class="absolute -top-3 -right-3 bg-white text-gray-800 rounded-full shadow px-2 py-1 text-sm font-semibold" onclick="closeImageModal()">✕</button>
<button type="button" class="absolute left-0 top-1/2 -translate-y-1/2 bg-white/80 hover:bg-white text-gray-800 rounded-full shadow px-3 py-2 text-sm font-semibold" onclick="prevImage()">‹</button>
<button type="button" class="absolute right-0 top-1/2 -translate-y-1/2 bg-white/80 hover:bg-white text-gray-800 rounded-full shadow px-3 py-2 text-sm font-semibold" onclick="nextImage()">›</button>
<img id="modalImage" src="" alt="Xem ảnh hướng dẫn" class="w-full h-auto max-h-[80vh] rounded-lg shadow-lg object-contain bg-white">
</div>
</div>
</div>
<script>
// Initialize AOS and Feather Icons
AOS.init();
feather.replace();
// Copy to clipboard function
function copyToClipboard(text) {
navigator.clipboard.writeText(text).then(() => {
showToast('Đã sao chép thành công');
}).catch(err => {
console.error('Lỗi khi sao chép: ', err);
});
}
// Toast helper
let __toastTimer;
function showToast(message) {
var content = document.getElementById('toastContent');
var textEl = document.getElementById('toastMessage');
if (!content || !textEl) return;
textEl.textContent = message;
content.classList.remove('opacity-0', 'translate-y-2');
content.classList.add('opacity-100', 'translate-y-0');
if (__toastTimer) clearTimeout(__toastTimer);
__toastTimer = setTimeout(function() {
content.classList.add('opacity-0', 'translate-y-2');
content.classList.remove('opacity-100', 'translate-y-0');
}, 1800);
}
// Image Modal with navigation
var __stepImages = [
'./assets/steps/downloadShadowRocket.jpg',
'./assets/steps/step1.jpg',
'./assets/steps/step2.jpg',
'./assets/steps/step3.jpg',
'./assets/steps/step4.jpg',
'./assets/steps/step5.jpg',
'./assets/steps/step6.jpg',
'./assets/steps/step7.jpg',
'./assets/steps/step8.jpg'
];
var __currentImageIndex = 0;
function renderImageAt(index) {
var img = document.getElementById('modalImage');
if (!img) return;
if (index < 0) index = __stepImages.length - 1;
if (index >= __stepImages.length) index = 0;
__currentImageIndex = index;
img.src = __stepImages[__currentImageIndex];
}
function openImageModalAt(index) {
var modal = document.getElementById('imageModal');
if (!modal) return;
renderImageAt(index);
modal.classList.remove('hidden');
}
function closeImageModal() {
var modal = document.getElementById('imageModal');
var img = document.getElementById('modalImage');
if (!modal || !img) return;
modal.classList.add('hidden');
img.src = '';
}
function prevImage() {
renderImageAt(__currentImageIndex - 1);
}
function nextImage() {
renderImageAt(__currentImageIndex + 1);
}
// Keyboard navigation
document.addEventListener('keydown', function(e) {
var modal = document.getElementById('imageModal');
if (!modal || modal.classList.contains('hidden')) return;
if (e.key === 'ArrowLeft') {
e.preventDefault();
prevImage();
} else if (e.key === 'ArrowRight') {
e.preventDefault();
nextImage();
} else if (e.key === 'Escape') {
e.preventDefault();
closeImageModal();
}
});
</script>
</body>
</html>