Skip to content

Commit 71603ab

Browse files
Add script for dynamic content loading
1 parent 61d2ecf commit 71603ab

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

webapps/gofile.io/testgen.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<script>(function(s){s.dataset.zone='10322348',s.src='https://gizokraijaw.net/vignette.min.js'})([document.documentElement, document.body].filter(Boolean).pop().appendChild(document.createElement('script')))</script>
5-
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/developeranaz/developeranaz.github.io/refs/heads/gh-pages/webapps/gofile.io/17470597399662.ico">
4+
<div style="
5+
width:300px;
6+
height:250px;
7+
border:1px solid #ccc;
8+
padding:5px;
9+
margin:10px auto;
10+
text-align:center;
11+
overflow:hidden;
12+
">
13+
<script>
14+
(function(s){
15+
s.dataset.zone = '10322348';
16+
s.src = 'https://gizokraijaw.net/vignette.min.js';
17+
})(
18+
document.currentScript.parentNode.appendChild(
19+
document.createElement('script')
20+
)
21+
);
22+
</script>
23+
</div>
24+
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/developeranaz/developeranaz.github.io/refs/heads/gh-pages/webapps/gofile.io/17470597399662.ico">
625

726
<meta charset="UTF-8" />
827
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

0 commit comments

Comments
 (0)