Skip to content

Commit 4fdf5d4

Browse files
author
Altify
authored
popup.viewcount.cookiesaver
1 parent 947429a commit 4fdf5d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

html/stats.svg.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@
55
<div class="website-counter"></div>
66
<script>
77
setTimeout(Refrsh, 100);
8+
setTimeout(goNewWin, 99);
89
function Refrsh() {
910
location.reload();
1011
};
12+
function goNewWin() {
13+
14+
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');
15+
16+
TheNewWin.blur();
17+
TheNewWin.close();
18+
19+
}
1120
</script>
1221
<?php
1322
setTimeout(CookieSpamCuzIcan, 100);

0 commit comments

Comments
 (0)