Skip to content

Commit 07560a0

Browse files
Double Embedding Bypass Method For GitHub
Also, this is the 700th commit to the Altify-Developing-Main Repo!!!
1 parent 93df529 commit 07560a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

html/stats/DoubleEmbeddingBypass.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<embed type="text/html" src="000/2.inf.html" width="160" height="64"><br><br>
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

Comments
 (0)