forked from emred/BT-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bto.html
39 lines (27 loc) · 1.36 KB
/
bto.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
<!DOCTYPE html>
<html lang="en">
<!-- feysbukta oto paylas butonu eklensin -->
<head>
<meta charset="utf-8">
<title>burct generator</title>
<meta name="description" content="">
<meta name="author" content="">
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
<script type="text/javascript">
function burctuncerol() {
kim = new Array("battlefield","müzikle alakası olmayanlar", "gerizekalı mikrosoft", "sony", "indie kizlar", "hipster kizlar", "sanatçılar", "ibneler", "beyler");
neyi = new Array("9gagden rsim paylasmayi" ,"fuckyeahsutitles dan profil resmi yapmayi", "bu işleri", "feysbukta fotoşop likelamayı","castleville oynamayı", "tumblrda siksok paylasmayi", "rgb ve üçgen kullanmayı", "resim yapmayı", "uçmayı");
neyapsin = new Array("biraksin", "adet haline getirmesin", "bitirsin", "başkasına devretsin", "denesin", "UNUTSUN!!", "denemesin çünkü ANLAMIYORUM!!1");
var rand1 = [Math.floor ( Math.random() * kim.length )];
var rand2 = [Math.floor ( Math.random() * neyi.length )];
var rand3 = [Math.floor ( Math.random() * neyapsin.length )];
$("#bto").text(kim[rand1] + " " + neyi[rand2] + " " + neyapsin[rand3] + ".");
// document.write();
}
</script>
</head>
<body>
<div id="bto"></div>
<button onclick="burctuncerol();">burc tuncer ol</button>
</body>
</html>