-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathunblock.html
23 lines (23 loc) · 827 Bytes
/
unblock.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blooket Utility</title>
</head>
<body>
<iframe
src="https://blooket-utility.okr765.com"
onerror="window.alert('The iframe failed to load. Unfortunately, this most likely means that there is nothing that can be done to unblock the website. However, there are still rare cases where it can still be unblocked. Please check these out at https://thatfrueddued.github.io/blooket-utility/unblock-guide.')"
style="
width: 100%;
height: 100%;
border: none;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
"
></iframe>
</body>
</html>