We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e19a5 commit 947429aCopy full SHA for 947429a
html/stats.svg.html
@@ -5,10 +5,12 @@
5
<div class="website-counter"></div>
6
<script>
7
setTimeout(Refrsh, 100);
8
- setTimeout(CookieSpamCuzIcan, 100);
9
function Refrsh() {
10
location.reload();
11
};
+</script>
12
+<?php
13
+ setTimeout(CookieSpamCuzIcan, 100);
14
function CookieSpamCuzIcan() {
15
const rndInt1 = Math.floor(Math.random() * 10000000) + 1000
16
const rndInt2 = Math.floor(Math.random() * 10000000) + 1000
@@ -48,4 +50,4 @@
48
50
let CookieListAll = document.cookie;
49
51
document.write(CookieListAll);
52
-</script>
53
+?>
0 commit comments