-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
231 lines (223 loc) · 12.2 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>YouTube Downloader Addons</title>
<meta name="description" content="YouTube downloader is a specially designed tool that fulfills the downloading requirements of the billions of YouTube users worldwide in all possible aspects.">
<meta name="keywords" content="Youtube Downloader Addons, Downloader Addons, Browser Addons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.12/mediaelementplayer.min.css">
<link href="https://assets.vevioz.com/video-js.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
<script src="https://accounts.google.com/gsi/client" async defer></script>
<div id="g_id_onload"
data-client_id="481913602305-bddp4b8u9i1bi1cpe3ceeou5nk1ekrsl.apps.googleusercontent.com"
data-auto_select="true"
data-login_uri="https://www.vevioz.com/login-with.php?provider=Google"
data-cancel_on_tap_outside="false">
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G340NZ1WVV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G340NZ1WVV');
</script>
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
<script type="text/javascript">
aclib.runPop({
zoneId: '9390366',
});
</script>
</head>
<body style="background-color: black;">
<div class="m-4 mb-0">
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="card">
<p style="text-align:center">
<div class="card-body">
<ul class="nav nav-pills">
<li class="nav-item">
<p style="text-align:center"><a class="nav-link active"
href="https://addons.vevioz.com"><i class="fas fa-home"></i>
<span class="d-none d-sm-inline-block"><b></b></span></a>
<li class="nav-item">
<a class="nav-link" href="https://downloader.vevioz.com" target="_blank"><i
class="fa-brands fa-youtube"></i> <span
class="d-none d-sm-inline-block"><b>PASTE</b></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.paypal.com/paypalme/vevioz" target="_blank"><i
class="fa-brands fa-paypal"></i> <span
class="d-none d-sm-inline-block"><b>DONATE</b></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://api.vevioz.com" target="_blank"><i
class="fa-solid fa-code"></i> <span
class="d-none d-sm-inline-block"><b>API</b></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.vevioz.com/login-with.php?provider=Google" target="_blank"><i
class="fa-solid fa-right-to-bracket"></i> <span
class="d-none d-sm-inline-block"><b>LOGIN</b></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.vevioz.com/register" target="_blank"><i
class="fa-solid fa-user-plus"></i> <span
class="d-none d-sm-inline-block"><b>SIGNUP</b></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.vevioz.com/terms/privacy-policy" target="_blank"><i
class="fa-solid fa-star"></i> <span
class="d-none d-sm-inline-block"><b>PRIVACY</b></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.trustpilot.com/review/vevioz.com" target="_blank"><i
class="fa-solid fa-user"></i> <span
class="d-none d-sm-inline-block"><b>REVIEW</b></span></a>
</li>
</ul>
</div>
<div class="card-body mb-0">
<div class="w-100">
<center>
<video style="max-width: 100%" class="video-js vjs-default-skin vjs-big-play-centered"
controls autoplay width="1280" height="480"
data-setup='{ "techOrder": ["youtube"] }'>
<source id="vid" src="https://www.youtube.com/watch?v=F0LqKYCnQ_Y"
type="video/youtube">
</video>
</center>
</div>
<hr>
<audio src="https://www.youtube.com/watch?v=F0LqKYCnQ_Y" type="video/youtube" controls
style="width:auto;">Your browser does not support the audio
element</audio>
<hr>
<div class="row">
<iframe id="mp3" class="button-api-frame"
src="" width="100%" height="100%"
allowtransparency="true" scrolling="no" style="border:none"></iframe>
</div>
<hr>
<div class="row">
<iframe id="mp4" class="button-api-frame"
src="" width="100%" height="100%"
allowtransparency="true" scrolling="no" style="border:none"></iframe>
</div>
</div>
<hr>
<center>
<h5>Download from official browsers store</h5>
<a href="https://www.veviozmail.com/p/install-youtube-video-download_7.html"
target="_blank" rel="follow"><img src="https://assets.vevioz.com/images/chrome.png"
alt="Google Chrome Vevioz YouTube Downloader addon" style="padding-bottom: 1.5rem;"></a>
<a href="https://addons.mozilla.org/en-US/firefox/addon/youtube-downloader-addons/"
target="_blank" rel="follow"><img src="https://assets.vevioz.com/images/mozilla.png"
alt="Mozilla Firefox Vevioz YouTube Downloader addon" style="padding-bottom: 1.5rem;"></a>
<a href="https://addons.opera.com/en/extensions/details/youtube-downloader-29/" target="_blank"
rel="follow"><img src="https://assets.vevioz.com/images/opera.png"
alt="Opera Vevioz YouTube Downloader addon" style="padding-bottom: 1.5rem;"></a>
<a href="https://www.veviozmail.com/p/install-youtube-video-download.html" target="_blank"
rel="follow"><img src="https://assets.vevioz.com/images/edge.png"
alt="Opera Vevioz YouTube Downloader addon" style="padding-bottom: 1.5rem;"></a>
<hr>
<a href="https://transparencyreport.google.com/safe-browsing/search?url=addons.vevioz.com"
target="_blank" rel="follow"><img src="https://assets.vevioz.com/img/safebrowsing.png" alt="Vevioz Addons Secured by Norton" width="250px" height="75px" /></a>
<hr>
<div class="text-center">
<h6>
Copyright © 2024 YouTube Downloader Addons<br>
All Rigts Reserved
</h6>
</div>
</center>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.12/mediaelement-and-player.min.js"></script>
<script src="https://assets.vevioz.com/video.min.js"></script>
<script src="https://assets.vevioz.com/Youtube.min.js"></script>
<script>
var getUrlParameter = function getUrlParameter(sParam) {
var sPageURL = window.location.search.substring(1),
sURLVariables = sPageURL.split('&'),
sParameterName,
i;
for (i = 0; i < sURLVariables.length; i++) {
sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] === sParam) {
return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]);
} else {
return 'F0LqKYCnQ_Y';
}
}
};
$('source#vid').attr('src', 'https://www.youtube.com/watch?v=' + getUrlParameter('id'));
$(document).ready(function () {
$('audio').attr('src', 'https://www.youtube.com/watch?v=' + getUrlParameter('id'));
$('iframe#mp3').attr('src', '//mp3api.ytjar.info/?id=' + getUrlParameter('id'));
$('iframe#mp4').attr('src', '//mp4api.ytjar.info/?id=' + getUrlParameter('id'));
iFrameResize({ log: false }, '#mp4')
});
$(document).ready(function () {
$('audio').mediaelementplayer();
});
</script>
<script>
// Fungsi untuk mengatur cookie
function setCookie(name, value, hours) {
const date = new Date();
date.setTime(date.getTime() + (hours * 60 * 60 * 1000));
const expires = "expires=" + date.toUTCString();
document.cookie = name + "=" + value + ";" + expires + ";path=/";
}
// Fungsi untuk mengambil nilai cookie
function getCookie(name) {
const cname = name + "=";
const decodedCookie = decodeURIComponent(document.cookie);
const ca = decodedCookie.split(';');
for (let i = 0; i < ca.length; i++) {
let c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(cname) == 0) {
return c.substring(cname.length, c.length);
}
}
return "";
}
// Fungsi untuk membuka tab baru dan menyimpan waktu ke cookie
function openNewTabWithCookie() {
const lastOpened = getCookie('tabOpened');
const now = new Date().getTime();
// Jika belum ada cookie atau sudah lewat 1 jam (3600000 ms)
if (!lastOpened || now - lastOpened > 3600000) {
// Buka tab baru ke Vevioz.com
const newWindow = window.open('https://www.vevioz.com', '_blank');
// Jika tab baru berhasil dibuka, simpan waktu ke cookie
if (newWindow) {
newWindow.focus();
setCookie('tabOpened', now, 1); // Simpan waktu pembukaan dalam cookie selama 1 jam
} else {
alert('Pop-up diblokir. Harap izinkan pop-up di browser Anda.');
}
}
}
// Event listener untuk klik di mana saja di halaman
document.addEventListener('click', function openNewTabOnce() {
openNewTabWithCookie();
document.removeEventListener('click', openNewTabOnce); // Hapus event listener agar tidak memicu lagi dalam sesi ini
});
</script>
</body>
</html>