-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew-page.html
More file actions
166 lines (134 loc) · 4.94 KB
/
Copy pathnew-page.html
File metadata and controls
166 lines (134 loc) · 4.94 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<html>
<head>
<title>Konata-Dancer downloadz</title>
<style>
body {
background: linear-gradient(to bottom, #0055A4, #003366);
color: #FFFF00;
font-family: 'Comic Sans MS', 'Tahoma', 'Arial', sans-serif;
}
.xp-box {
background: #ECE9D8;
border: 3px ridge #FFD700;
padding: 15px;
margin: 20px auto;
width: 70%;
color: #000000;
box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.xp-button {
background: #EFEFEF;
border: 2px solid #FFFFFF;
border-right-color: #808080;
border-bottom-color: #808080;
padding: 5px 15px;
font-family: 'Tahoma', sans-serif;
font-weight: bold;
cursor: pointer;
margin: 5px;
}
.xp-button:active {
border: 2px solid #808080;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
}
a {
color: #FF00FF;
text-decoration: underline;
}
a:hover {
color: #00FFFF;
background: #800080;
}
hr {
border: 1px dashed #FFD700;
}
marquee {
background: #000000;
padding: 3px;
}
</style>
</head>
<body>
<center>
<h1>Konata-Dancer</h1>
<h2>DOWNLOADS & STUFF</h2>
<marquee>download all of these, i dare you</marquee>
<div class="index-counter no-select" data-count="3191036609" data-size="58299"
style="background: #000000; border: 3px ridge #FFD700; padding: 10px; margin: 20px auto; width: 80%; font-family: 'Courier New', monospace; cursor: pointer;">
<div class="counter-box text-center" style="color: #00FF00; text-shadow: 0 0 2px #00FF00;">
DOWNLOADED <b style="color: #FFFF00; font-size: 1.2em;">3,191,036,609</b> FILES<br>
DATA LEAKED <b style="color: #FF69B4;">58,299 TB</b>
</div>
<div style="font-size: 9px; color: #666; text-align: center; margin-top: 5px;">
counter don't lie
</div>
</div>
<script>
//cool shut
(function() {
let counterElement = document.querySelector('.index-counter');
if (!counterElement) return;
let countSpan = counterElement.querySelector('b:first-of-type');
let sizeSpan = counterElement.querySelector('b:last-of-type');
if (!countSpan || !sizeSpan) return;
let currentCount = 3191036609;
let currentTB = 58299;
setInterval(() => {
let addCount = Math.floor(Math.random() * 850) + 47;
currentCount += addCount;
let addTB = Math.floor(addCount / 70);
if (addTB > 0) {
currentTB += addTB;
}
countSpan.textContent = currentCount.toLocaleString('ru-RU');
sizeSpan.textContent = currentTB.toLocaleString('ru-RU');
counterElement.style.backgroundColor = '#111111';
setTimeout(() => {
counterElement.style.backgroundColor = '#000000';
}, 150);
}, 3000);
counterElement.addEventListener('click', function() {
alert('shit\nyou found me\nfuck you');
});
})();
</script>
<div class="xp-box">
<strong>! DOWNLOAD LINKS !</strong><br><br>
<p><a href="#" onclick="alert('https://github.com/ScriptCoolestIdkSomeOne/Konata-Dancer'); return false;">
<strong>Konata-Dancer_v2.0</strong>
</a> - <em>BEST DESKTOP COMPANION</em></p>
<p><a href="#" onclick="alert('iddk'); return false;">
<strong>Mottekke_NightCore.mp3</strong>
</a> - <em>fuckiest shit ever</em></p>
<p><a href="#" onclick="alert('NOT DONE'); return false;">
<strong>OTHER PRODUCKS</strong>
</a> - <em>SHIT</em></p>
<p><a href="#" onclick="alert('NOT DONE'); return false;">
<strong>SOFTWARES</strong>
</a> - <em>COOLEST CUSTOM SOFTWARES</em></p>
<hr>
<p><a href="index.html"><strong>BACK TO MAIN PAGE</strong></a></p>
<p><strong>Mirrors:</strong> ZERO SHIT)</p>
</div>
<div class="xp-box">
<strong>AFFILIATES / WEBRING</strong><br><br>
<a href="#">NONE</a><br>
<a href="#">NONE</a><br>
<a href="#">NONE</a><br>
<a href="#">NONE</a><br>
<br>
<small>FUCK THESE</small>
</div>
<br>
<button class="xp-button" onclick="window.location.href='index.html'">
Return to Konata-Dancer
</button>
<br><br>
<font size="1" color="#FFCC00">
SHSJH<br>
<a href="#" style="color: #FFCC00;" onclick="window.scrollTo(0,0); return false;">Back to top</a>
</font>
</center>
</body>
</html>