-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathindex.html
36 lines (34 loc) · 1.11 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
<!DOCTYPE html>
<index>
<head>
<title>Unblocker</title>
<link rel="stylesheet" href="/Unblocker/assets/style.css">
<script src="/Unblocker/assets/script.js"></script>
</head>
<body>
<header align="center">
<img src="https://cdn.glitch.global/88f0bfd9-9f01-4383-885d-7686e53ceb46/www-icon?v=1659567656258" alt="Icon" width="300" height="300">
<h1>Simple Unblocker</h1>
<h2 id="credits">Supplied by VillainsRule.</h2>
<br>
</header>
<div align="center" class="center-div">
<br>
<textarea id="code-textarea" placeholder="Full site link"></textarea>
<br>
<br>
<button class="button" onclick="generateBookmarklet();">Generate Unblocker</button>
<h3 id="state">State: No Input</h3>
</div>
<div align="center" id="warning">
<h2>WARNING</h2>
<p>Depending on the Block software and/or site, this may fail.</p>
<button class="button" onclick="reloadFrame();">Reload Frame</button>
<br>
<button class="button" onclick="location.reload();">Reset</button>
<br>
<br>
</div>
<br>
</body>
</index>