- Scan ID:
- 2c14c96c-0058-46ac-962d-992b75fb5244Finished
- Submitted URL:
- https://you2mp3.link/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 15 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
jQuery111104046995128987483 | object |
isValidYouTubeUrl | function |
Accordion | function |
Collapse | function |
Carousel | function |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>you2mp3 - Convert Youtube to MP3</title>
<!-- Favicon -->
<link rel="icon" href="https://www.ryanzoe.top/wp-content/uploads/2020/02/cropped-images-32x32.png" sizes="32x32">
<link rel="icon" href="https://www.ryanzoe.top/wp-content/uploads/2020/02/cropped-images-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://www.ryanzoe.top/wp-content/uploads/2020/02/cropped-images-180x180.png">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href="./css/output.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<script async="" defer="" src="./js/buttons.js"></script>
<link href="./css/bootstrap-3.3.4.css" rel="stylesheet">
<link href="./css/fileinput.css" media="all" rel="stylesheet" type="text/css">
<script src="./js/jquery1.11.1.min.js"></script>
<script src="./js/fileinput.js" type="text/javascript"></script>
<script src="./js/bootstrap-3.3.4.js" type="text/javascript"></script>
<script src="./js/convert.js" type="text/javascript"></script>
</head>
<body>
<header class="fixed w-full">
<nav class="bg-white border-gray-200 py-2.5 dark:bg-gray-900">
<div class="flex flex-wrap items-center justify-center max-w-screen-xl px-4 mx-auto">
<a href="#" class="flex items-center">
<!-- <img src="./images/logo.svg" class="h-6 mr-3 sm:h-9" alt="Landwind Logo" /> -->
<span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white" style="color: black;">you2mp3</span>
</a>
</div>
</nav>
</header>
<!-- Start block -->
<section class="bg-gray-50 dark:bg-gray-800">
<div class="max-w-screen-xl px-4 py-8 mx-auto lg:py-16 lg:px-6">
<div class="max-w-screen-sm mx-auto text-center">
<h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white">Convert Youtube to MP3</h2>
<p class="mb-6 font-light text-gray-500 dark:text-gray-400 md:text-lg">Convert and download YouTube videos to MP3 free</p>
<div class="container kv-main" style="width: 70%">
<div class="search-box">
<input type="text" id="ytb_url" placeholder="paste youtube link here">
<button id="convert_btn">Convert to MP3</button>
</div>
<p class="convert-tips">Your request is being processed. Thank you for your patience!</p>
<div class="grid-container">
<div class="center-div">
<div class="spinner"></div>
</div>
</div>
<div class="convert_content convert_content_hide">
<button class="styled-button">Download MP3</button>
</div>
</div>
</div>
</div>
</section>
<!-- End block -->
<!-- Start block -->
<section class="bg-white dark:bg-gray-900">
<div class="max-w-screen-xl px-4 pb-8 mx-auto lg:pb-24 lg:px-6 ">
<h2 class="mb-6 text-3xl font-extrabold tracking-tight text-center text-gray-900 lg:mb-8 lg:text-3xl dark:text-white">Convert YouTube Videos to MP3 Effortlessly</h2>
<div class="max-w-screen-md mx-auto">
<div id="accordion-flush" data-accordion="collapse" data-active-classes="bg-white dark:bg-gray-900 text-gray-900 dark:text-white" data-inactive-classes="text-gray-500 dark:text-gray-400">
<div id="accordion-flush-body-1" class="" aria-labelledby="accordion-flush-heading-1">
<div class="py-5 border-b border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">Welcome to [you2mp3.link], the easiest way to convert your favorite YouTube videos into MP3 format. Follow these simple steps to get started:</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">1. Enter the YouTube Link: Copy the URL of the YouTube video you want to convert and paste it into the input box.</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">2. Click the 'Convert' Button: Press the convert button to begin the conversion process.</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">3. Wait for Conversion: Please be patient as we process the video and extract the MP3 audio. The time required may vary depending on the video length.</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">4. Download Your MP3: Once the conversion is complete, simply click the 'Download' button to save the MP3 file to your device.</p>
<p class="text-gray-500 dark:text-gray-400">It’s fast, easy, and free!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End block -->
<footer class="bg-white dark:bg-gray-800">
<div class="max-w-screen-xl p-4 py-6 mx-auto lg:py-16 md:p-8 lg:p-10">
<div class="text-center">
<span class="block text-sm text-center text-gray-500 dark:text-gray-400">© 2024 <a href="#" class="text-gray-500 hover:underline dark:text-gray-400">you2mp3™</a>. All Rights Reserved.
</span>
</div>
</div>
</footer>
<script src="./js/flowbite.js"></script>
</body></html>