Skip to content

Commit 93df529

Browse files
fix-double-embedding-bypass-method
1 parent e298193 commit 93df529

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

html/stats/000/1.inf.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<embed type="text/html" src="/1.var/01.html" width="160" height="64"><br><br>
2-
<embed type="text/html" src="/1.var/02.html" width="160" height="64"><br><br>
3-
<embed type="text/html" src="/1.var/03.html" width="160" height="64"><br><br>
4-
<embed type="text/html" src="/1.var/04.html" width="160" height="64"><br><br>
5-
<embed type="text/html" src="/1.var/05.html" width="160" height="64"><br><br>
6-
<embed type="text/html" src="/1.var/06.html" width="160" height="64"><br><br>
7-
<embed type="text/html" src="/1.var/07.html" width="160" height="64"><br><br>
8-
<embed type="text/html" src="/1.var/08.html" width="160" height="64"><br><br>
9-
<embed type="text/html" src="/1.var/09.html" width="160" height="64"><br><br>
10-
<embed type="text/html" src="/1.var/10.html" width="160" height="64"><br><br>
1+
<embed type="text/html" src="1.var/01.html" width="160" height="64"><br><br>
2+
<embed type="text/html" src="1.var/02.html" width="160" height="64"><br><br>
3+
<embed type="text/html" src="1.var/03.html" width="160" height="64"><br><br>
4+
<embed type="text/html" src="1.var/04.html" width="160" height="64"><br><br>
5+
<embed type="text/html" src="1.var/05.html" width="160" height="64"><br><br>
6+
<embed type="text/html" src="1.var/06.html" width="160" height="64"><br><br>
7+
<embed type="text/html" src="1.var/07.html" width="160" height="64"><br><br>
8+
<embed type="text/html" src="1.var/08.html" width="160" height="64"><br><br>
9+
<embed type="text/html" src="1.var/09.html" width="160" height="64"><br><br>
10+
<embed type="text/html" src="1.var/10.html" width="160" height="64"><br><br>
1111
<script defer src="/js/counter.js"></script>
1212
<div>Website visitor count: </div>
1313
<div class="website-counter"></div>
1414
<script>
15-
setTimeout(Refrsh, 450);
15+
setTimeout(Refrsh, 4500);
1616
function Refrsh() {
1717
location.reload();
1818
};

0 commit comments

Comments
 (0)