-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
74 lines (63 loc) · 3.21 KB
/
index.html
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
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>
Dylicious's iOS Repository
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://dylbin.github.io/website/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<style>
@media (prefers-color-scheme: dark) {
p, h1, h2, h3, h4, h5, h6 {
color: #bbb;
}
body {
background-color: black;
}
.form-control {
color: #bbb !important;
background-color: #727272 !important;
border: 1px solid #333;
}
}
</style>
</head>
<body>
<div class="container">
<h1> </h1>
<h1>
Dylicious's iOS Repository
</h1>
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<div class="btn-group btn-group-justified btn-group-repo">
<a class="btn btn-default" rel="nofollow noopener" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://dylbin.github.io/"><img src="website/cydia.png" class="img-rounded lazy loaded" loading="lazy" data-src="https://dylbin.github.io/website/cydia.png" alt="Cydia" data-was-processed="true" width="50" height="50"> <p>Cydia</p></a>
<a class="btn btn-default" rel="nofollow noopener" href="sileo://source/https://dylbin.github.io/"><img src="website/sileo.png" class="img-rounded lazy loaded" loading="lazy" data-src="https://dylbin.github.io/website/sileo.png" alt="Sileo" data-was-processed="true" width="50" height="50"> <p>Sileo</p></a>
<a class="btn btn-default" rel="nofollow noopener" href="installer://add/repo=https://dylbin.github.io/"><img src="website/installer.png" class="img-rounded lazy loaded" loading="lazy" data-src="https://dylbin.github.io/website/installer.png" alt="Installer" data-was-processed="true" width="50" height="50"> <p>Installer 5</p></a>
<a class="btn btn-default" rel="nofollow noopener" href="zbra://sources/add/https://dylbin.github.io/"><img src="website/zebra.png" class="img-rounded lazy loaded" loading="lazy" data-src="https://dylbin.github.io/website/zebra.png" alt="Zebra" data-was-processed="true" width="50" height="50"> <p>Zebra</p></a>
</div>
</div>
<p>
Add my repo by clicking on the package manager you use.
</p>
<p>
Only works for jailbroken iOS devices. Supposed to work on iOS 6.0 - 17
</p>
<br>
<h3>
Recent Updates 2024-10-18
</h3>
<p>
Added iPwnder Lite which allows you to exploit the checkm8 BootROM exploit on A4-A11 chipsets.
</p>
<p>
Updated MovieBoxPro to v14.0
</p>
<h3>
Recent Updates 2023-06-12
</h3>
<p>
Added support for rootless jailbreaks & some rootless tweak support.
</p>
</div>
</body></html>