forked from zek-c/Securly-Kill-V111
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
95 lines (79 loc) · 2.18 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
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
<!DOCTYPE html>
<html>
<head>
<div>
<div>
<title>Pull the Plug on Securly</title>
<link rel="icon" href="https://raw.githubusercontent.com/zek-c/Securly-Kill-V111/main/IMG/favicon.ico">
<style type="text/css">
body {
background-image: url('https://github.com/zek-c/Securly-Kill-V111/blob/main/IMG/background.gif?raw=true');
background-size: cover;
color: #000;
font-family: 'Roboto', monospace;
}
header {
text-align: center;
padding: 20px;
}
h1 {
font-size: 50px;
margin: 0;
}
p {
font-size: 30px;
margin: 0;
padding: 20px;
text-align: center;
}
a {
font-size: 30px;
margin: 0;
padding: 20px;
text-align: center;
}
.button {
position: relative;
width: 230px;
height: 47px;
border: 1px solid rgb(5, 39, 162);
color: rgb(10, 16, 214);
background: rgba(0, 0, 0, 0.08);
border-radius: 6px;
margin: 20px auto;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
user-select: none;
font-weight: 500;
}
.button:active {
background: rgb(255, 255, 255);
}
.button-text {
opacity: 0;
user-select: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
}
</style>
<body>
<header>
<h1>The place where Securly comes to die</h1>
</header>
<p>Drag Bookmarklet Below To Bookmarks Bar</p>
<div>
<div class="button">KillCurly<a href="javascript:fetch('https://res.cloudinary.com/dxttxbdrd/raw/upload/v1693510756/kill_qn1hjn.js').then(r => r.text()).then(r => eval(r))" class="button-text">KillCurly</a></div>
<div>
<p>or if running javascript from bookmarklets is blocked, use insecurly (if below V119) below, or cauDNS (all versions)</p>
<div>
<div class="button">Insecurly<a href="/bypassi.html" class="button-text">Insecurly</a></div>
<div class="button">cauDNS<a href="/cauDNS.html" class="button-text">cauDNS</a></div>
</div> </head>
</html>