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 93df529 commit 07560a0Copy full SHA for 07560a0
html/stats/DoubleEmbeddingBypass.html
@@ -0,0 +1,12 @@
1
+<h1>Bypass Created By: Altify</h1>
2
+<embed type="text/html" src="000/2.inf.html" width="160" height="64"><br><br>
3
4
+<script defer src="/js/counter.js"></script>
5
+ <div>Website visitor count: </div>
6
+ <div class="website-counter"></div>
7
+<script>
8
+ setTimeout(Refrsh, 4500);
9
+ function Refrsh() {
10
+ location.reload();
11
+ };
12
+</script>
0 commit comments