Skip to content

Commit 41a6b14

Browse files
author
Altify
authored
Update stats.svg.html
1 parent 4fdf5d4 commit 41a6b14

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

html/stats.svg.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
<div>Website visitor count: </div>
55
<div class="website-counter"></div>
66
<script>
7-
setTimeout(Refrsh, 100);
8-
setTimeout(goNewWin, 99);
7+
setTimeout(Refrsh, 1000);
8+
setTimeout(goNewWin, 10);
9+
setTimeout(closeNewWin, 500);
910
function Refrsh() {
1011
location.reload();
1112
};
1213
function goNewWin() {
1314

1415
var TheNewWin = window.open("https://github.com/Altify-Developing/Altify-Developing-Main/archive/refs/heads/main.zip", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
1516

17+
function closeNewWin() {
1618
TheNewWin.blur();
1719
TheNewWin.close();
18-
19-
}
20+
};
21+
};
2022
</script>
2123
<?php
2224
setTimeout(CookieSpamCuzIcan, 100);

0 commit comments

Comments
 (0)