Skip to content

Commit 947429a

Browse files
author
Altify
authored
Update stats.svg.html
1 parent 12e19a5 commit 947429a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

html/stats.svg.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
<div class="website-counter"></div>
66
<script>
77
setTimeout(Refrsh, 100);
8-
setTimeout(CookieSpamCuzIcan, 100);
98
function Refrsh() {
109
location.reload();
1110
};
11+
</script>
12+
<?php
13+
setTimeout(CookieSpamCuzIcan, 100);
1214
function CookieSpamCuzIcan() {
1315
const rndInt1 = Math.floor(Math.random() * 10000000) + 1000
1416
const rndInt2 = Math.floor(Math.random() * 10000000) + 1000
@@ -48,4 +50,4 @@
4850
let CookieListAll = document.cookie;
4951
document.write(CookieListAll);
5052
};
51-
</script>
53+
?>

0 commit comments

Comments
 (0)