This repository was archived by the owner on Jan 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 637
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (124 loc) · 4.43 KB
/
index.html
File metadata and controls
126 lines (124 loc) · 4.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>Ultraviolet | Sophisticated Web Proxy</title>
<meta
name="description"
content="Ultraviolet is a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers. Unblock sites today!"
/>
<meta
name="keywords"
content="proxy, web proxy, ultraviolet, service workers, unblock websites, unblock chromebook, free web proxy, proxy list, proxy sites, un block chromebook, online proxy, proxy server, proxysite, proxy youtube, bypass securly, bypass iboss, bypass lightspeed filter, holy unblocker, chromebooks, titanium network, unblock youtube, youtube proxy, unblocked youtube, youtube unblocked"
/>
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="#434c5e"
/>
<meta name="googlebot" content="index, follow, snippet" />
<link rel="shortcut icon" content="favicon.ico" />
<link rel="stylesheet" href="index.css" />
<script src="baremux/index.js" defer></script>
<script src="epoxy/index.js" defer></script>
<script src="uv/uv.bundle.js" defer></script>
<script src="uv/uv.config.js" defer></script>
<script src="register-sw.js" defer></script>
<script src="search.js" defer></script>
<script src="index.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is Ultraviolet (Web Proxy)?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!"
}
},
{
"@type": "Question",
"name": "How do I unblock sites using Ultraviolet?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Simply head to an official site featuring Ultraviolet such as Holy Unblocker or Incognito! You can also self-host Ultraviolet on your own web server for maximum privacy."
}
},
{
"@type": "Question",
"name": "What if Ultraviolet is blocked or not working?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Join the Titanium Network Discord at discord.gg/unblock!"
}
}
]
}
</script>
</head>
<body>
<div
title="Ultraviolet Logo"
class="flex-center logo-wrapper header-center"
>
<img class="logo" src="uv.png" alt="Ultraviolet" />
<h1>Ultraviolet | TN</h1>
</div>
<div class="flex-center desc left-margin">
<p>
Ultraviolet is highly sophisticated proxy used for evading internet
censorship.
</p>
</div>
<form id="uv-form" class="flex-center">
<input
id="uv-search-engine"
value="https://www.google.com/search?q=%s"
type="hidden"
/>
<input id="uv-address" type="text" placeholder="Search the web freely" />
</form>
<button id="uv-gotodiscord" class="flex-center">
<img src="discord-icon.png" alt="Discord" />
<span>Just go to Discord</span>
</button>
<div class="desc left-margin">
<p id="uv-error"></p>
<pre id="uv-error-code"></pre>
</div>
<footer>
<div>
<a
title="The TitaniumNetwork GitHub organization"
href="https://github.com/titaniumnetwork-dev"
>TitaniumNetwork</a
>
<a title="The TitaniumNetwork Discord" href="https://discord.gg/unblock"
>Discord</a
>
<a
title="The TompHTTP GitHub organization"
href="https://github.com/tomphttp"
>TompHTTP</a
>
<a
title="The official deployment repository for Ultraviolet"
href="https://github.com/titaniumnetwork-dev/Ultraviolet-App"
>GitHub</a
>
<a title="License information" href="credits.html">Credits</a>
</div>
<div>
<span>Ultraviolet © TN 2023</span>
</div>
</footer>
<iframe style="display: none;" id="uv-frame"></iframe>
</body>
</html>