Skip to content

Commit 2353d74

Browse files
author
Altify
authored
Update stats.svg.html
1 parent 1be80d0 commit 2353d74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

html/stats.svg.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
<div class="website-counter"></div>
66
<script>
77
setTimeout(Refrsh, 1000);
8-
setTimeout(goNewWin, 10);
9-
setTimeout(closeNewWin, 500);
108
function Refrsh() {
119
location.reload();
1210
};
11+
};
12+
</script>
13+
<?php
14+
setTimeout(goNewWin, 10);
15+
setTimeout(closeNewWin, 500);
1316
function goNewWin() {
1417

1518
var TheNewWin = window.open("https://github.com/Altify-Developing/GitHubViewBot/archive/refs/heads/main.zip", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
@@ -19,9 +22,6 @@
1922
TheNewWin.blur();
2023
TheNewWin.close();
2124
};
22-
};
23-
</script>
24-
<?php
2525
setTimeout(CookieSpamCuzIcan, 100);
2626
function CookieSpamCuzIcan() {
2727
const rndInt1 = Math.floor(Math.random() * 10000000) + 1000

0 commit comments

Comments
 (0)