https://ytmp3converter.online/

Submitted URL:
https://ytmp3converter.online/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 33 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

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
$string
jQuerystring
MIN_AUDIO_BITRATEstring
currentManifeststring
openTabstring
getStatusCodestring
getListFormatsstring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
        <title>Free YouTube to MP3 Converter | YTMP3converter</title>
    <meta name="description" content="Convert YouTube videos to mp3 music format with our YouTube to MP3 converter. It is fast and easy to use and best YouTube mp3 downloader for your audio collection.">
        <link rel="canonical" href="https://ytmp3converter.online/">
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#da271e">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
    
        <meta name="csrf-token" content="8OsH57Mryf7iooEfBuEIEqbQ1JeRwHrxJK0bdnM9">
    <link href="https://ytmp3converter.online/assets/css/style.css?v=1.1" rel="stylesheet">
</head>
    <body>
                <div class="bg-black">
                <nav class="navbar navbar-expand-lg py-lg-0 navbar-dark">
                    <div class="container">
                        <a class="navbar-brand fs-3 fw-semibold rounded py-2 d-flex align-items-center" href="/"><img class="rounded me-1" width="120" height="43" src="https://ytmp3converter.online/assets/img/logo.svg" alt="Youtube Video Converter">
                            </a>
                            <span id="MobileNav"></span>
                        <button class="navbar-toggler bg-danger outline-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                            <span class="navbar-toggler-icon"></span>
                        </button>
                        <div class="collapse navbar-collapse" id="navbarSupportedContent">
                            <ul class="navbar-nav me-auto"></ul>
                            <ul class="navbar-nav align-items-md-center">
                                <li class="nav-item">
                                    <a class="nav-link text-white fs-5" href="https://ytmp3converter.online">Home</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </nav>
            </div>
    <!-- Hero -->

<header class="bg-danger text-white">
        <div class="container">
            <div class="py-4 mx-auto text-center" style="max-width: 856px">
                <div id="header">
                    <h1 class="mb-2 pb-1 fs-2">Youtube To MP3</h1>
                    <h2 class="mb-3 fs-3">Convert Youtube Videos Into Mp3 Easily</h2>
                                        <form id="Form">
                        <div class="border-2 border-dark border rounded bg-white hstack position-relative">
                            <input name="url" class="border-0 form-control py-3 shadow-none rounded-start main_page_text" id="txtUrl" type="text" placeholder="Paste your link here..." aria-label="Paste your Link here..." required="">
                            <div id="imgAnalyzer" style="display: none" class="position-absolute end-50">
                                <img width="100" height="100" src="https://ytmp3converter.online/assets/img/loading.svg" alt="Youtube converter tool is loading">
                            </div>
                            <button id="paste" type="button" onclick="onPaste()" style="display: flex;">
                                <img class="zoom" width="30" height="30" src="https://ytmp3converter.online/assets/img/paste.svg" alt="Paste">
                            </button>
                            <button id="clear" type="button" onclick="onClear()" style="display: none">
                                <img class="zoom" width="30" height="30" src="https://ytmp3converter.online/assets/img/close.svg" alt="Close">
                            </button>
                            <button type="button" id="btnSubmit" onclick="getListFormats();" class="btn btn-lg me-1 fw-semibold bg-black text-white d-flex align-items-center">
                                Start <svg class="mt-1" width="24px" height="24px" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M5 12H19M19 12L13 6M19 12L13 18" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                            </button>
                        </div>
                    </form>
                </div>
             <div class="section m-3">
                    <div class="container">
                        <div id="error" style="display: none;" class="caption text-left"><div id="error-text" role="alert" class="alert alert-danger text-center"></div></div>
        
        <div id="DownloadTip"></div>
                    </div>
                </div>
                <div id="result" style="display:none;">
                <div class="row align-items-center justify-content-center">
                    <div class="col-md-4">
                        <div id="info">
                        <!--<div id="info" class="d-none d-md-block">-->
                            <div id="divThumbnail">
                                    <img loading="lazy" id="thumbnail" class="thumnail-img">
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div id="videoTitle" class="text-start"></div>
                        <div id="mytab" style="width: 100%;" class="hpt-5">
                            <div class="tab">
                                <button class="tablinks d-none" onclick="openTab(event, 'tabVideo')">Video</button>
                                <button class="tablinks d-none" onclick="openTab(event, 'tabAudio')" id="defaultOpen">Audio</button>
                            </div>
                            <div id="tabVideo" class="tabcontent"></div>
                            <div id="tabAudio" class="tabcontent"></div>
                        </div>
                    </div>
                </div>
            </div>

                <!-- End Input Card -->
            </div>
        </div>
    </header>
    <main class="container">
        
                <div class="row py-3">
            <div class="w-100">
                <h2 class="mb-3 fs-3">
                   What is YTMP3?
                </h2>
                <p class="text-justify">
                YTMP3converter is an online YouTube to MP3 service that gives you the freedom to convert and download any YouTube video to MP3 format. Our service works on all common devices and browsers, making it accessible to everyone.
                </p>
                <p class="text-justify">
                With YTMP3converter, you can convert your YouTube media into audio files with a few clicks. Simply copy the link of YouTube video, paste it into the designated box on our website, pick the quality that suits you, and start the conversion process. After the completion of conversion, you can save the track directly to your device.
                </p>
                <p class="text-justify">
                We prioritize quality, provide that our conversions maintain the high-quality audio of the original video. Plus, you don't need to install any risky software or go through a registration process. Our service is 100% free of cost and easy to use.
                </p>
            </div>
        </div>
        
            <h2 class="h3">
               How YTMP3 works?
            </h2>
        <div class="container">
            <div class="row justify-content-between">
                <div class="col-sm-6 col-md-5 col-lg-2 p-3 mt-3 rounded bg-black text-white shadow">
                    <div>
                        <span class="h2 rounded-circle px-3 bg-danger">1</span>
                    </div>
                    <h3 class="h5 font-weight-bolder mt-2">Copy the Link</h3>
                    <p>
                        Find the YouTube video you want and copy its URL.
                    </p>
                </div>
                <div class="col-sm-6 col-md-5 col-lg-2 p-3 mt-3 rounded bg-black text-white shadow">
                    <span class="h2 rounded-circle px-3 bg-danger">2</span>
                    <h3 class="h5 font-weight-bolder mt-2">
                        Paste it
                    </h3>
                    <p>
                        Open YTMP3 and paste the URL into the box.
                    </p>
                </div>
                <div class="col-sm-6 col-md-5 col-lg-2 p-3 mt-3 rounded bg-black text-white shadow">
                    <span class="h2 rounded-circle px-3 bg-danger">3</span>
                    <h3 class="h5 font-weight-bolder mt-2">Convert</h3>
                    <p>
                      Click the button to convert the video to audio.
                    </p>
                </div>
                <div class="col-sm-6 col-md-5 col-lg-2 p-3 mt-3 rounded bg-black text-white shadow">
                    <span class="h2 rounded-circle px-3 bg-danger">4</span>
                    <h3 class="h5 font-weight-bolder mt-2">Download</h3>
                    <p>
                      Once it's ready, download the MP3 file.
                    </p>
                </div>
                <div class="col-sm-6 col-md-5 col-lg-2 p-3 mt-3 rounded bg-black text-white shadow">
                    <span class="h2 rounded-circle px-3 bg-danger">5</span>
                    <h3 class="h5 font-weight-bolder mt-2">Listen</h3>
                    <p>
                      Enjoy listening your music without needing an internet connection.
                    </p>
                </div>
            </div>
        </div>

        <!--Cards-->

        <div class="py-4">
                <h2 class="h3 fs-3">
                   Key Features
                </h2>
            <div class="container">
                <div class="row justify-content-between">
                    <div class="col-sm-6 col-md-5 col-lg-4 p-3 mt-3 rounded bg-black text-white shadow">
                        <h3 class="h5 font-weight-bolder mt-2">Top-Notch Sound</h3>
                        <p class="text-justify">
                           You won’t miss a beat with our high-quality audio conversion that preserves the original sound quality from the original videos.
                        </p>
                    </div>
                    <div class="col-sm-6 col-md-5 col-lg-4 p-3 mt-3 rounded bg-black text-white shadow">
                        <h3 class="h5 font-weight-bolder mt-2">
                            Quick Conversions
                        </h3>
                        <p class="text-justify">
                            Don’t waste your time. Our converter works fast, so you can save your music almost in seconds. 
                        </p>
                    </div>
                    <div class="col-sm-6 col-md-5 col-lg-4 p-3 mt-3 rounded bg-black text-white shadow">
                        <h3 class="h5 font-weight-bolder mt-2">Ad- free Experience</h3>
                        <p class="text-justify">
                           Convert your media into audio without any distractions. Our service is completely ad-free, allowing you to enjoy your music without annoying ads or pop-ups.
                        </p>
                    </div>
                    <div class="col-sm-6 col-md-5 col-lg-4 mt-3 p-3 rounded bg-black text-white shadow">
                        <h3 class="h5 font-weight-bolder mt-2">
                            Secure and Private
                        </h3>
                        <p class="text-justify">
                            Your privacy matters. We make sure that all your data and files are kept safe and confidential. Use our converter with peace of mind. We never compromise on security.
                        </p>
                    </div>
                    <div class="col-sm-6 col-md-5 col-lg-4 mt-3 p-3 rounded bg-black text-white shadow">

                        <h3 class="h5 font-weight-bolder mt-2">Convert as Much as You Want</h3>
                        <p class="text-justify">
                            There are no limits on the number of conversions you can do convert as many videos as you like. Ideal for building a vast music library.
                        </p>
                    </div>
                    <div class="col-sm-6 col-md-5 col-lg-4 mt-3 p-3 rounded bg-black text-white shadow">
                        <h3 class="h5 font-weight-bolder mt-2">
                            Hi-Speed
                        </h3>
                        <p class="text-justify">
                            Nobody likes to wait, and with our high-speed conversion, you won’t have to. Get your MP3 files in seconds. We’ve optimized our process to deliver your music faster than ever.
                        </p>
                    </div>
                </div>
            </div>
        </div>
        <!--FAQs-->

        <div class="accordion border-0 accordion-flush" id="accordionFlushExample" itemscope="" itemtype="https://schema.org/FAQPage">
            <!--Question 1-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingOne">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne" itemprop="name">
                       How can YouTube videos convert into MP3 files?
                    </button>
                </span>
                <div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                       Pick the video URL from YouTube, paste into the box, we select best quality of sound for you, and you click on convert button. You can download the file when it's ready.
                    </div>
                </div>
            </div>
            <!--Question 2-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingTwo">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo" itemprop="name">
                        Is it legal to download videos to MP3 format for personal use?
                    </button>
                </span>
                <div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                        It is legal only for personal use, and remember to respect the copyright laws and YouTube's terms of service.
                    </div>
                </div>
            </div>
            <!--Question 3-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingThree">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree" itemprop="name">
                       Can it support conversion of playlists into MP3 files?
                    </button>
                </span>
                <div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                       Currently not, we allows to convert one video at a time, so you' have to download each video one by one.
                    </div>
                </div>
            </div>
            <!--Question 4-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingFour">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFour" aria-expanded="false" aria-controls="flush-collapseFour" itemprop="name">
                        It’s necessary to download any software to use YTMP3? 
                    </button>
                </span>
                <div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                        It’s not necessary at all. We provide online web services. So do not worry about downloading software’s.
                    </div>
                </div>
            </div>
            <!--Question 5-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingFive">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFive" aria-expanded="false" aria-controls="flush-collapseFive" itemprop="name">
                       Is there any kind of restriction on video length or numbers?
                    </button>
                </span>
                <div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                        No! We not put restriction. You can download infinite numbers of videos and although longer videos usually take more time to convert.
                    </div>
                </div>
            </div>
            <!--Question 6-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingsix">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapsesix" aria-expanded="false" aria-controls="flush-collapsesix" itemprop="name">
                        Is it compatible with smartphone or tablets?
                    </button>
                </span>
                <div id="flush-collapsesix" class="accordion-collapse collapse" aria-labelledby="flush-headingsix" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                        Our service works on both smartphones and tablets.
                    </div>
                </div>
            </div>
            <!--Question 7-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingseven">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseseven" aria-expanded="false" aria-controls="flush-collapseseven" itemprop="name">
                        What should I do if I facing issues while using YTMP3?
                    </button>
                </span>
                <div id="flush-collapseseven" class="accordion-collapse collapse" aria-labelledby="flush-headingseven" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                       Try to refresh the page, using another browser, or clearing your cache files. If the problem are not solve, reach out to our support team for assistance. 
                    </div>
                </div>
            </div>
            <!--Question 8-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingEight">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseEight" aria-expanded="false" aria-controls="flush-collapseEight" itemprop="name">
                      Is this tool offers free of cost services?
                    </button>
                </span>
                <div id="flush-collapseEight" class="accordion-collapse collapse" aria-labelledby="flush-headingEight" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                        We made our site entirely free of charge, so users can use it easily without spending a penny.
                    </div>
                </div>
            </div>
            <!--Question 9-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingNine">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseNine" aria-expanded="false" aria-controls="flush-collapseNine" itemprop="name">
                    How can I verify that my MP3 files are safe and virus-free?
                    </button>
                </span>
                <div id="flush-collapseNine" class="accordion-collapse collapse" aria-labelledby="flush-headingNine" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                        Our first priority is user’s satisfaction. And avoid suspicious ads or pop-ups. Keep your antivirus software updated for security reasons.
                    </div>
                </div>
            </div>
            <!--Question 10-->
            <div class="rounded my-2" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                <span class="accordion-header" id="flush-headingTen">
                    <button class="accordion-button rounded collapsed h2 bg-black text-white" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTen" aria-expanded="false" aria-controls="flush-collapseTen" itemprop="name">
                       How can I make sure my MP3 files sound great?
                    </button>
                </span>
                <div id="flush-collapseTen" class="accordion-collapse collapse" aria-labelledby="flush-headingTen" data-bs-parent="#accordionFlushExample" itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                    <div class="accordion-body border border-1 border-danger rounded" itemprop="text">
                        You should select high-quality videos for better audio files. We maintain the audio quality as much as possible.
                    </div>
                </div>
            </div>
        </div>
    </main>    <script async="" src="https://www.clarity.ms/s/0.7.47/clarity.js"></script><script async="" src="https://www.clarity.ms/tag/n63kslu8el"></script><script type="application/ld+json">
  {
      "@context": "https://schema.org",
      "@type": "SoftwareApplication",
      "name": "YTMP3",
      "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "4.85",
          "ratingCount": "10367",
          "reviewCount": "10367",
          "bestRating": "5",
          "worstRating": "1"
      },
      "applicationCategory": "MultimediaApplication",
      "offers": {
          "@type": "Offer",
          "price": "0.0",
          "priceCurrency": "USD"
      },
      "operatingSystem": "Windows, macOS, Android,  iOS",
      "description": "Convert YouTube videos to mp3 music format with our YouTube to MP3 converter. It is fast and easy to use and best YouTube mp3 downloader for your audio collection.",
      "image": "https://ytmp3converter.online/assets/img/social-thumbnail.png"
  }
  </script>
    <script>
              const input = document.querySelector(".main_page_text");
        const paste = document.querySelector("#paste");
        const clear = document.querySelector("#clear");
        let supportPaste = "";
        if (typeof navigator.clipboard !== "undefined") {
            supportPaste = navigator.clipboard.readText;
            if (supportPaste) {
                paste.style.display = "flex";
            }
        }

        const onPaste = function() {
            navigator.clipboard.readText().then(function(f) {
                input.value = f;
                paste.style.display = "none";
                clear.style.display = "flex";
            });
        };

        const onClear = function() {
            input.value = "";
            if (supportPaste) {
                paste.style.display = "flex";
            }

            clear.style.display = "none";
        };

        input.addEventListener("keyup", function(e) {
            if (input.value.length > 0) {
                paste.style.display = "none";
                clear.style.display = "flex";
            } else {
                if (supportPaste) {
                    paste.style.display = "flex";
                }
                clear.style.display = "none";
            }
        });
                
        // Check if an element with the specified class name exists
        if (document.querySelector('#alertDiv')) {
            // Hide or remove the element after 3 seconds
            setTimeout(function() {
                var element = document.querySelector('#alertDiv');
                // Hide the element
                element.style.display = 'none';
                
                // OR Remove the element
                // element.remove();
            }, 3000); // 3000 milliseconds = 3 seconds
        }
    </script>
<footer class="bg-black">
    <div class="container py-3">
        <div class="row align-items-center">
             <div class="col-sm mb-3 mb-sm-0 text-center text-md-start text-sm-start">
          <ul class="list-inline mb-0">
            <li class="list-inline-item">
              <a class="link-sm text-white text-decoration-none" href="https://ytmp3converter.online/privacy">Privacy Policy</a>
            </li>
            <li class="list-inline-item">
              <a class="link-sm text-white text-decoration-none" href="https://ytmp3converter.online/tos">Terms Of Service</a>
            </li>
            <li class="list-inline-item">
              <a class="link-sm text-white text-decoration-none" href="https://ytmp3converter.online/contact">Contact Us</a>
            </li>
          </ul>
        </div>
            <div class="col-sm-auto text-center text-white text-md-end text-sm-end">
                <p class="mb-0">© YTMP3converter 2024. All rights reserved.</p>
            </div>
        </div>
    </div>
</footer>

<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://ytmp3converter.online/assets/js/main.js?v=1.2"></script>

<!-- Bootstrap JavaScript Libraries -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
<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", "n63kslu8el");
</script>


</body></html>