-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeta.html
121 lines (106 loc) · 5.06 KB
/
beta.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
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
<html>
<head>
<title>Limed00r Revolved Beta</title>
<link rel="stylesheet" type="text/css" media="screen" href="menes.css"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no" />
<style type="text/css">
/* All */
.question {
font-weight: bold;
}
.question {
text-align: center;
}
a.panel {
color: #586c90;
font-weight: bold;
text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}
.email {
height: 50px;
-webkit-text-size-adjust: 140%;
margin: 0px;
padding-left: 10px;
padding-right: 10px;
width: 100%;
left: 0px;
}
.hidden {
display: none;
}
.warning {
background-color: #fdd;
}
</style>
<script type="text/javascript">
// Boolean logic is pretty cool, but it's not even being used and makes it look ugly on load
var agent = navigator.userAgent;
if(agent.indexOf('iPad') != -1 || agent.indexOf('iPhone') != -1 || agent.indexOf('iPod') != -1) {
document.write('<style>.computer { display: none; }</style>');
}
</script>
</head>
<body class="pinstripe">
<div class="panel">
<div style="margin: 10px 10px; padding: 4px 13px">
<div>
<div style="margin-top: 7px; margin-right: auto; margin-left: auto; text-align: left; width: 220px; text-align: center">
<span style="font-size: 20px" id="welcome"><strong>Limed00r Revolved<br>Beta</strong><br /></span>
<span style="font-size: 17px" id="by">by HunterBoy344</span><br/>
</div>
</div>
</div>
<fieldset class="computer warning">
<div class="fsd"><p class="answer">
Limed00r works on the device itself! Visit this website on your iPhone, iPod touch, or iPad to get started.
</p></div>
</fieldset>
<!--
<fieldset>
<div class="fsd">
<p style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-left: 75px; margin-bottom: 10px">
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="business" value="3Q722K3P92HEL" />
<input type="hidden" name="lc" value="US" />
<input type="hidden" name="item_name" value="comex" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</p>
If you liked this jailbreak, I greatly appreciate donations. Thanks <strong>very much</strong> to everyone who donated to me in the past.
<p>
(Since some people seem to think so: No, it's not necessary to donate to use the jailbreak! <span style="font-size: 75%">That's why it's called a "donation".</span>)
</p>
</div>
</fieldset>
-->
<label class="lbl">Frequently Asked Questions</label>
<fieldset>
<div class="fsd">
<p class="question">THIS VERSION IS VERY UNSTABLE AND MAY BRICK YOUR DEVICE!! Copy command below at your own risk...</p>
<hr />
<p class="answer" id="commandbox" style="word-break: break-all; -moz-user-select: text; -khtml-user-select: text; -webkit-user-select: text; -ms-user-select: text; user-select: text;"></p>
</div>
</fieldset>
<fieldset>
<a href="install.html" class="fsa">
<div class="fsad"><label>Back to Stable</label></div>
</a>
</fieldset>
<!--<fieldset>
<div class="fsd">
<p class="question">I already opened the app switcher. What now?</p>
<hr />
<p class="answer">There's a good chance Terminal is gonna be permanently stuck in your app switcher when you reboot. Actually, there's a chance that happens anyway. If you haven't ran the command yet, you might be able to avoid this by disabling the app switcher in Whited00r Settings beforehand, then re-enabling it after running the script.</p>
</div>
</fieldset>-->
</div>
<script>
document.getElementById('commandbox').innerHTML = "wget http://" + window.location.hostname + '/Limed00r13Installer.zip && echo "Unpacking..." && unzip -q Limed00r13Installer.zip && cd Limed00r13Installer && chmod +x * && ./install.sh && cd .. && echo "Deleting leftover files..." && rm -rf Limed00r13Installer && rm Limed00r13Installer.zip && echo "Done! Please restart your device."'
</script>
</body>
</html>