-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
59 lines (55 loc) · 2.41 KB
/
tools.html
File metadata and controls
59 lines (55 loc) · 2.41 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
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HXDXS43NCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HXDXS43NCL');
</script>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Sixtyfour&display=swap"
rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.6">
<title>@shall0e utility</title>
<link rel="stylesheet" href="/default.css">
</head>
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
<style>
.tool-container {
width: 25%;
margin-left: 50%;
margin-right: 50%;
margin-bottom: 50%;
margin: 20px;
display: flexbox;
flex-direction:row;
align-items:center;
text-align: center;
}
</style>
<body>
<div class="tool-container">
<h3>Bypassers</h3>
<button class="button" onclick="window.location.href = '/tools/textspoof'" style="background: linear-gradient(45deg, #528535, #006eff);">Text Filter Bypass</button>
<button class="button" onclick="window.location.href = '/tools/hyperlink'" style="background: linear-gradient(135deg, #3700ff, #d400ff);">Discord Fake Links</button>
<p> </p>
<h3>Generators</h3>
<button class="button" onclick="window.location.href = '/tools/verify'" style="background: linear-gradient(135deg, #7e2d2d, #c22222);">Verifier URL</button>
<button class="button" onclick="window.location.href = '/tools/redirect'" style="background: linear-gradient(135deg, #009189, #1900ff);">Redirect URL</button>
<p> </p>
<h3>Filters/Userscripts</h3>
<button class="button" onclick="window.location.href = '/tools/hyperlink'">Anti-@shall0e Filters</button>
<button class="home-button" onclick="window.location.href = '/'">🏠</button>
<button class="about-button" onclick="window.location.href = '/about'">❔</button>
</div>
</body>
<script src="/default.js"></script>
</html>