forked from revancedapps/revanced.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
download-youtube.html
779 lines (645 loc) · 32.9 KB
/
download-youtube.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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
<!DOCTYPE html>
<html lang="en">
<meta content="text/html;charset=UTF-8" http-equiv="content-type" />
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Download YouTube video - revanced.net</title>
<meta name="description"
content="Download YouTube Vanced, TikTok Vanced, and Vanced Manager APKs for an ad-free, enhanced streaming experience. Get the latest versions now!">
<meta name="keywords"
content="YouTube Vanced, TikTok Vanced, Vanced Manager APK, ad-free streaming, background playback, modified YouTube, ad-blocking, enhanced video experience, APK download, uninterrupted entertainment, Vanced app updates, latest versions, video streaming enhancements, seamless viewing, video platform modifications">
<meta name="author" content="ReVanced Apps">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png">
<link rel="manifest" href="/assets/img/site.webmanifest">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css">
<link href="assets/css/style.css?v=0926" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3,npm/bootstrap@4,npm/jquery.easing@1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/typed.umd.min.js"></script>
<!-- gtag -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-R26RY4G8B3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-R26RY4G8B3');
</script>
<!-- Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "jxz59l4nx6");
</script>
<!-- ADS -->
<script async crossorigin="anonymous"
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6322777268798897"></script>
</head>
<body id="page-top">
<nav class="navbar navbar-b navbar-trans navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll" href="/"><img alt="Open" height="48" src="assets/img/logo.svg"
width="48"></a>
<button aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler collapsed" data-target="#navbarDefault" data-toggle="collapse" type="button">
<span></span>
<span></span>
<span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll" href="/youtube-revanced">YouTube ReVanced</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/microg">MicroG</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/help#build-apk">Build your own APK</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="revanced-for-ios">ReVanced for iOS</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/help">Help</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/#download">Download</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="intro intro-single">
<div class="intro-content display-table">
<div class="table-cell">
<div class="container">
<h1 class="intro-title mb-4">
<span class="revanced--gradient">Video Downloader</span>
</h1>
</div>
</div>
</div>
</div>
<main id="main">
<style>
.thumbnail {
margin: 0 auto;
vertical-align: middle;
border: 0;
}
.thumbnail img {
display: block;
max-width: 100%;
height: auto;
}
</style>
<section>
<div class="container">
<div class="row">
<div class="col">
<form action="/download-youtube">
<p>Please enter the YouTube link you want to download:</p>
<div class="input-group rounded input-group-lg">
<input aria-describedby="basic-addon1" aria-label="Input group example" class="form-control"
name="url" id="url" placeholder="Enter YouTube video URL here" type="text" value="">
<button class="input-group-text" id="basic-addon1" type="submit" onclick="return submitForm();">
<img src="assets/img/arrow-down-square.svg" width="24">
</button>
</div>
</form>
</div>
</div>
<div class="row d-none" id="loading-bar">
<div class="col align-items-center">
<img src="assets/img/spinner-1s-500px.svg" style="width: 100%">
</div>
</div>
<div class="row d-none" id="video-detail">
<div class="col-xs-12 col-sm-5 col-md-5">
<div class="thumbnail cover">
<img id="video-thumb" src="">
<div class="caption text-left"><b id="video-title"></b></div>
</div>
</div>
<div class="col-xs-12 col-sm-7 col-md-7">
<ul class="nav nav-tabs justify-content-start" id="selectTab" role="tablist">
<li class="nav-item p-0 active" role="presentation"><a aria-expanded="true" class="nav-link"
data-toggle="tab" href="#video-list">
<svg style="width: 16px;height: auto;margin: -5px 5px 0 0;" viewBox="0 0 576 512"
xmlns="http://www.w3.org/2000/svg">
<path
d="M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2V384c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1V320 192 174.9l14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z"
fill="currentColor"></path>
</svg>
Video</a></li>
<!--
<li class="nav-item p-0" role="presentation"><a aria-expanded="false" class="nav-link"
data-toggle="tab" href="#audio-list">
<svg style="width: 16px;height: auto;margin: -5px 5px 0 0;" viewBox="0 0 512 512"
xmlns="http://www.w3.org/2000/svg">
<path
d="M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7v72V368c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V147L192 223.8V432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V200 128c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z"
fill="currentColor"></path>
</svg>
Audio</a></li> -->
</ul>
<div class="tab-content">
<div class="tab-pane active in" id="video-list">
<table class="table table-hover table-bordered table-striped old-version-table">
<thead>
<tr>
<th>Quality</th>
<th>Size</th>
<th>Extension</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td> MP4 auto quality</td>
<td>MB</td>
<td class="txt-center">
<button class="btn btn-success btn-sm" onclick="" type="button">Download
</button>
</td>
</tr>
</tbody>
</table>
</div>
<!--
<div class="tab-pane fade" id="audio-list">
<table class="table table-hover table-bordered table-striped">
<thead>
<tr>
<th>Quality</th>
<th>Size</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td> MP4 auto quality</td>
<td>MB</td>
<td class="txt-center">
<button class="btn btn-success btn-sm" onclick="" type="button">Download
</button>
</td>
</tr>
</tbody>
</table>
</div>
-->
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-sm-12">
<div class="title-box text-center">
<h2 class="title-a">
How to download videos from YouTube
</h2>
<div class="line-mf"></div>
</div>
<div class="box-shadow-full">
<h4>Introduction</h4>
<p>Downloading YouTube videos by URL allows you to save videos directly to your device for offline
viewing or other purposes. In this guide, we will walk you through the process of downloading
YouTube videos using a reliable online tool.</p>
<p>Note: Downloading copyrighted content without permission is against YouTube's terms of service
and may infringe upon copyright laws. Ensure that you have the necessary rights or permissions
to download the video before proceeding.</p>
<h4>Step 1: Find the YouTube video you want to download</h4>
<ul>
<li>Open your web browser and go to www.youtube.com.</li>
<li>Use the search bar to find the video you want to download.</li>
<li>Click on the video to open it.</li>
</ul>
<h4>Step 2: Copy the video URL</h4>
<ul>
<li>Once the video is open, locate the address bar at the top of your web browser.</li>
<li>Click inside the address bar to select the entire URL.</li>
<li>Right-click on the selected URL and choose "Copy" from the context menu.</li>
<li>Alternatively, you can use the keyboard shortcut Ctrl+C (Windows) or Command+C (Mac) to copy
the URL.</li>
</ul>
<h4>Step 3: Go to revanced.net</h4>
<ul>
<li>Open a new tab in your web browser.</li>
<li>Enter URL <a href="https://revanced.net/download-youtube">revanced.net</a> into the address bar.
</li>
<li>Press Enter to navigate to the website.</li>
</ul>
<h4>Step 4: Paste the YouTube video URL</h4>
<ul>
<li>Once you're on the video downloader website, you should see a text box where you can enter
the YouTube video URL.</li>
<li>Right-click inside the text box and choose "Paste" from the context menu.</li>
<li>Alternatively, you can use the keyboard shortcut Ctrl+V (Windows) or Command+V (Mac) to
paste the URL.</li>
</ul>
<h4>Step 5: Initiate the download</h4>
<ul>
<li>After pasting the YouTube video URL, locate the download button or option on the video
downloader website.</li>
<li>Click on the download button to initiate the downloading process.</li>
<li>Some video downloaders may offer options to choose the video quality or format. Select your
preferred options if available.</li>
</ul>
<h4>Step 6: Download the video</h4>
<ul>
<li>Once you click the download button, the video downloader will analyze the YouTube video URL
and generate the download link.</li>
<li>Wait for the video downloader to process the video.</li>
<li>Once the download link is ready, you will be presented with a download button or link.</li>
<li>Click on the download button or link to start the video download.</li>
</ul>
<h4>Step 7: Save the video</h4>
<ul>
<li>After clicking the download button, a dialog box will appear asking you to choose the
location on your device where you want to save the video.</li>
<li>Select the desired destination folder or location and click "Save" to save the video.</li>
</ul>
<h4>Step 8: Verify the downloaded video</h4>
<ul>
<li>Once the video is downloaded, navigate to the folder or location where you saved it.</li>
<li>Double-click on the video file to open and verify that it plays correctly.</li>
</ul>
<h4>Conclusion:</h4>
<p>By following the steps outlined in this guide, you can easily download YouTube videos by URL
using a reliable online video downloader. Remember to respect copyright laws and ensure that you
have the necessary rights or permissions before downloading and using videos from YouTube or any
other platform.</p>
<hr>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-sm-12">
<div class="title-box text-center">
<h2 class="title-a">
ReVanced.net - Best YouTube Video Downloader
</h2>
<div class="line-mf"></div>
</div>
<div class="box-shadow-full">
<p>
ReVanced.net is an online platform that allows users to download videos and audio from various
websites, including YouTube. It provides a service for converting YouTube videos into
downloadable formats, such as MP4 or MP3. Users can simply paste the YouTube video link into
revanced.net and choose the desired format and quality for the download. revanced.net is popular
among those who want to save YouTube videos for offline viewing or to extract audio from videos.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-manager">
<img src="/assets/img/revanced_manager.png"> </a>
</div>
<div class="apk-content">
<a href="/revanced-manager">
<p class="apk-title">ReVanced Manager</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v1.9.11</p>
</div>
<div class="col">
<p class="apk-update">17 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/youtube-revanced">
<img src="/assets/img/logo.svg"> </a>
</div>
<div class="apk-content">
<a href="/youtube-revanced">
<p class="apk-title">YouTube ReVanced</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v18.45.41</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/microg">
<img src="/assets/img/microg.png"> </a>
</div>
<div class="apk-content">
<a href="/microg">
<p class="apk-title">ReVanced MicroG</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v0.3.0.234415</p>
</div>
<div class="col">
<p class="apk-update">29 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-youtube-music">
<img src="/assets/img/youtube-music.png"> </a>
</div>
<div class="apk-content">
<a href="/revanced-youtube-music">
<p class="apk-title">ReVanced YT Music</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v6.28.52</p>
</div>
<div class="col">
<p class="apk-update">23 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-youtube-extended">
<img src="/assets/img/rvx_youtube.png"> </a>
</div>
<div class="apk-content">
<a href="/revanced-youtube-extended">
<p class="apk-title">RVX YouTube</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v18.45.43</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-youtube-music-extended">
<img src="/assets/img/rvx_music.png"> </a>
</div>
<div class="apk-content">
<a href="/revanced-youtube-music-extended">
<p class="apk-title">RVX YT Music</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v6.28.52</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-duolingo">
<img src="/assets/img/duolingo.png"> </a>
</div>
<div class="apk-content">
<a href="/revanced-duolingo">
<p class="apk-title">ReVanced Duolingo</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v5.129.5</p>
</div>
<div class="col">
<p class="apk-update">27 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-lightroom">
<img src="/assets/img/lightroom.webp"> </a>
</div>
<div class="apk-content">
<a href="/revanced-lightroom">
<p class="apk-title">ReVanced Lightroom</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v9.0.1</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-reddit">
<img src="/assets/img/reddit.webp"> </a>
</div>
<div class="apk-content">
<a href="/revanced-reddit">
<p class="apk-title">ReVanced Reddit</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v2023.45.0</p>
</div>
<div class="col">
<p class="apk-update">27 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-reddit-extended">
<img src="/assets/img/reddit.webp"> </a>
</div>
<div class="apk-content">
<a href="/revanced-reddit-extended">
<p class="apk-title">ReVanced Reddit Extended</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v2023.45.0</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-tiktok">
<img src="/assets/img/tiktok.png"> </a>
</div>
<div class="apk-content">
<a href="/revanced-tiktok">
<p class="apk-title">ReVanced Tiktok</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v30.8.4</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-twitch">
<img src="/assets/img/twitch.webp"> </a>
</div>
<div class="apk-content">
<a href="/revanced-twitch">
<p class="apk-title">ReVanced Twitch</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v17.1.0</p>
</div>
<div class="col">
<p class="apk-update">20 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/youtube-for-tv">
<img src="/assets/img/smarttube.png"> </a>
</div>
<div class="apk-content">
<a href="/youtube-for-tv">
<p class="apk-title">SmartTube TV</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v20.05</p>
</div>
<div class="col">
<p class="apk-update">27 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="/revanced-tumblr">
<img src="/assets/img/tumblr.webp"> </a>
</div>
<div class="apk-content">
<a href="/revanced-tumblr">
<p class="apk-title">ReVanced Tumblr</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v32.3.0.110</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-6">
<div class="apk-list-box">
<div class="apk-ico">
<a href="revanced-nyx-music-player">
<img src="/assets/img/nyx.png"> </a>
</div>
<div class="apk-content">
<a href="/revanced-tumblr">
<p class="apk-title">ReVanced NYX Music Player</p>
</a>
<div class="row">
<div class="col">
<p class="apk-version">v2.2.7</p>
</div>
<div class="col">
<p class="apk-update">28 Nov</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/js/download.js?v=1.1"></script>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">2023 Copyright © <a href="/"><strong>revanced.net</strong></a></p>
<div class="credits">
All Rights Reserved. | <a href="sitemap.xml">Sitemap</a> | <a href="/tos">ToS</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<a class="back-to-top" href="#"><i class="fa fa-chevron-up"></i></a>
<div id="preloader"></div>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script src="assets/js/main.js"></script>
</body>
</html>