This repository was archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (95 loc) · 4.83 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<title>Google Drive - New document</title>
<link rel="icon" type="image/x-icon" href="https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div style="width: 100vw;">
<a onclick="switchtourl('main')">
<div style="float: left; width: 10vw;">
<p class="bartext">Universal UB</p>
</div>
</a>
<div onclick="cloaksite('main')" style="float: right; text-align: right; text-wrap: nowrap; transform: translateX(-300px);">
<p class="bartext">Open in About:Blank</p>
</div>
</div>
<div class="titleimage">
<h1 class="title">Universal UB</h1>
<br>
<h2 style="position: absolute; transform: translateY(75px); width: 700px;"><span id="randomtext"></span></h2>
</div>
<hr class="dashedhr">
<div class="maincontent">
<h1 class="padding">Passion project by a goofy middleschooler who hates school blocks :)</h1>
<hr class="lighthr">
<h2 class="padding">New message to school admin: Hi, nice job taking down the site 😉 not good enough though, try harder ♡</h2>
<hr class="lighthr">
<h1 class="padding">Important!</h1>
<h2 onclick="openurl('https://uniub.github.io')" class="padding">Use uniub.github.io before it gets blocked!</h2>
<a href="/downloads/UniversalUBLoader.html"><h2 class="padding">If site gets blocked download this file!</h2></a>
<h2 onclick="openurl('https://discord.gg/pAJVKRK5rZ')" class="padding">Discord server (click)</h2>
<hr class="lighthr">
<h1 class="padding">Update Log</h1>
<h2 class="padding">Update: v1.11 Small Update!</h2>
<h2 class="padding">bug fixes</h2>
<h2 class="padding">3 new games</h2>
<h2 class="padding">kioskv4</h2>
</div>
<hr class="dashedhr">
<div class="margin"></div>
<hr class="dashedhr">
<div class="maincontent">
<h1 class="padding">Main</h1>
<hr class="lighthr">
<div class="griddiv">
<div onclick="switchtourl('/games')" class="app">Games</div>
<div onclick="switchtourl('/apps')" class="app">Apps [WIP]</div>
<div onclick="switchtourl('/emulatorsmain')" class="app">Emulators [New!]</div>
<div onclick="switchtourl('/blog')" class="app">Blog</div>
<div onclick="switchtourl('main')" class="app"></div>
</div>
</div>
<hr class="dashedhr">
<div class="margin"></div>
<hr class="dashedhr">
<div class="maincontent">
<h1 class="padding">Unblockers</h1>
<hr class="lighthr">
<div class="griddiv">
<div onclick="switchtourl('/andpdf')" class="app">@PDF OP Unblocker</div>
<div onclick="switchtourl('/sitecloaker')" class="app">Cloak any website</div>
<div onclick="switchtourl('/dragexploit')" class="app">Drag Exploit</div>
<div onclick="switchtourl('main')" class="app"></div>
<div onclick="switchtourl('main')" class="app"></div>
</div>
</div>
<hr class="dashedhr">
<div class="margin"></div>
<hr class="dashedhr">
<div class="maincontent">
<h1 class="padding">Guides</h1>
<hr class="lighthr">
<div class="griddiv">
<div onclick="switchtourl('/pdf')" class="app">PDF OP Unblocker [GUIDE]</div>
<div onclick="switchtourl('/disablesecurly')" class="app">Temp Disable Securly [GUIDE]</div>
<div onclick="switchtourl('/disablegoguardian')" class="app">Temp Disable GoGuardian [GUIDE]</div>
<div onclick="switchtourl('/caudns')" class="app">CauDNS Unblock Everything* [GUIDE]</div>
<div onclick="switchtourl('/goguardianabb')" class="app">Prevent Goguardian from seeing about:blank URLs [GUIDE]</div>
<div onclick="switchtourl('/kioskv3')" class="app">KioskV3 Unblock Everything GUIDE]</div>
<div onclick="switchtourl('/kioskv4')" class="app">KioskV4 Unblock Everything GUIDE]</div>
</div>
</div>
<hr class="dashedhr">
</body>
<div class="footer">
<div class="smallmargin"></div>
<a style="text-decoration: none; color: #414d75;" onclick="openurl('https://www.github.com/' + currentname)"><p style="color: #414d75;"> Github </a><a style="text-decoration: none;" onclick="switchtourl('/terms')"><span style="color: #414d75;"> Terms </span></a></a><a style="text-decoration: none;" onclick="switchtourl('/about')"><span style="color: #414d75;"> About </span></a></a><a style="text-decoration: none;" onclick="switchtourl('/credits')"><span style="color: #414d75;"> Credits </span></a></p>
<div class="smallmargin"></div>
</div>
<script>
</script>
<script src="aboutblank.js"></script>
</html>