-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
108 lines (104 loc) · 3.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Norepted</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300&display=swap"
rel="stylesheet"
/>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZQCTP11KMS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZQCTP11KMS');
</script>
<body>
<div id="particles-js"></div>
<h1 class="fade-in" id="title">Norepted</h1>
<h3 class="fade-in">
Directions: Paste your youtube video link in the box and press the LAUNCH
button.
</h3>
<h3 class="fade-in">To exit Norepted, press "0."</h3>
<h3 class="fade-in">To hide the tab, press "1."</h3>
<a id="aboutblank" onclick="aboutblank()" class="fade-in"
><button id="aboutblank" class="fade-in">Open in about:blank</button></a
>
<h4 class="fade-in" id="copy_tip">
To save a video, press the "COPY" button and bookmark the copied link.
</h4>
<h4 class="fade-in" id="tip">
Shortcut: Press "Enter" on your keyboard to launch faster.
</h4>
<br />
<input class="fade-in" placeholder="Youtube Link Here" id="link" /><br />
<button class="fade-in" onclick="fix_link()">LAUNCH</button>
<br />
<button class="fade-in" id="copy" onclick="copy_link()">COPY</button>
<h3 class="fade-in">The video will show down below</h3>
<h5 class="fade-in">(It might take a few seconds, please be patient)</h5>
<iframe
loading
class="fade-in"
id="video"
width="650"
height="425"
frameborder="0"
src=" "
allowfullscreen
></iframe>
<br />
<div class="fade-in" id="seperator">
<span> -------------------------------------------------- </span>
</div>
<div id="footer" class="fade-in">
<div class="visitor-counter">
<script
type="text/javascript"
src="https://www.stat-counter.org/count/d6u8"
></script>
<br />
</div>
<div class="fade-in">
<script
type="text/javascript"
src="https://www.freevisitorcounters.com/en/home/counter/1086686/t/1"
></script>
</div>
<div class="fade-in">
<a href="https://www.cutercounter.com/" target="_blank"
><img
src="https://www.cutercounter.com/hits.php?id=huxoacnd&nd=5&style=1"
border="0"
alt="website counter"
/>
</a>
</div>
</div>
<h5 class="fade-in" id="socials">
Made by the user
<a href="https://codepen.io/weaF_z" target="”_blank”"> WG563 on codepen.io </a
>, aka
<a href="https://github.com/wea-f" target="”_blank”">wea-f on github </a>, aka
<a href="https://replit.com/@wea-F" target="”_blank”"> wea-F on replit </a>
<br />
FOR MORE INFO AND LICENSE, GO
<a href="https://github.com/wea-f/Norepted" target="_blank"> HERE </a> <br />
<span class="fade-in" id="condition"
>!!! I am NOT responsible in anyway if you get in trouble related to
Norepted, it is YOUR device and YOU control it. !!!
</span>
</h5>
</head>
<script src="script.js"></script>
<script
rel="preload"
src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"
></script>
<script src="particles.js"></script>
<link href="style.css" rel="stylesheet" type="text/css" />