forked from Chardrah/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbookmarklets.html
More file actions
112 lines (97 loc) · 2.99 KB
/
bookmarklets.html
File metadata and controls
112 lines (97 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', Arial, sans-serif;
background: #0158a8;
text-align: center;
}
header {
background: #000000;
padding: 10px;
color: #FFFFFF;
box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
display: flex;
justify-content: space-between;
align-items: center;
}
nav {
display: flex;
}
nav a {
color: #FFFFFF;
text-decoration: none;
padding: 10px 15px;
margin-right: 10px;
border-radius: 5px;
transition: background .3s;
}
nav a:hover {
background: #555555;
}
.logo-btn {
color: #FFFFFF;
text-decoration: none;
padding: 10px 15px;
border-radius: 5px;
transition: background .3s;
background: #000000;
}
.logo-btn:hover {
background: #555555;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 20px;
}
.container img {
margin: 5px;
max-width: 150px;
max-height: 150px;
border-radius: 15px;
border: 3px solid #000000;
transition: transform 0.25s ease;
}
.container img:hover {
transform: scale(1.12);
}
h4 {
color: white;
}
pre {
font-size: 80%;
}
</style>
<title>Mexi's Unblocked Gàmes</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<header>
<a href="index.html" class="logo-btn">Mexi's Unblocked Gàmes 🎮</a>
<nav>
<a href="https://discord.gg/ySzMjJMg6V" target="_blank">Discord</a>
<a href="https://browserthingy.vercel.app/" target="_blank">Pr4xy</a>
<a href="partners.html" target="_blank">Partners</a>
</nav>
</header>
<h4>Webchat Discord Thingy [adds the little discord chat to any website]</h4>
<pre>javascript:(function(){var s=document.createElement('script');s.src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3';s.async=true;s.defer=true;document.body.appendChild(s);s.onload=function(){new Crate({server:'1120506921036816537',channel:'1120510313436028938'})}})();</pre>
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '1120506921036816537', // Mexicraft Forever
channel: '1120510313436028938' // #webchat
})
</script>
<h4>Prxy Bookmarklet</h4>
<pre>javascript:(function(){document.body.innerHTML='';var e=document.createElement('iframe');e.style.position='fixed',e.style.top='0',e.style.left='0',e.style.width='100%',e.style.height='100%',e.style.border='none',e.src='https://browserthingy.vercel.app/',document.body.appendChild(e);})();</pre>
</body>
</html>