forked from Calamari-Hax/website-crasher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Youtube crasher.html
52 lines (46 loc) · 1.66 KB
/
Youtube crasher.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
<html>
<head>
<script>
function submit_by_name() {
var url = document.getElementById("yeet").value;
var tab_number = document.getElementById("name").value;
var i;
for (i = 0; i < tab_number; i++) {
window.open(url, '_blank');
}
}
</script>
<script>
function meme() {
var url = "https://www.youtube.com/channel/UCmpJtmH9QuEpXY611Al2yFA";
var tab_number = "99999999999999";
var i;
for (i = 0; i < tab_number; i++) {
window.open(url, '_blank');
}
}
</script>
<link rel="stylesheet" href="main.css"
</head>
<body>
<div class="wrapper">
<img src="https://calamari.cc/AppLogo.png" alt="hacking" width="200"
height="200" class="center">
<h1 style="font-size:40px; ">youtube crasher V4</h1>
<h2 style="font-size:20px; ">by calamari</h2>
<form>
Enter number of tabs: <input type="text" id="name" name="name"><br>
</form>
<form>
Enter Url of the site you want to crash: <input type="text" id="yeet" name="yeet"><br>
<input type="button" name="submit_me" value="Crash" onclick="submit_by_name()" /><input type="button" name="submit_me" value="Auto crash youtube" onclick="meme()" />
</form>
<p>
how to use: 1.put in the amount of sites you want to open,<br>
more sites makes it crash more.<br>
2. add the url you want to crash in the url textbox<br>
if you want to auto crash press the auto crash button<br>
</p>
<script async src="https://drv.tw/inc/wd.js"></script></body>
</div>
</html>