It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://ggrob.1masterlink.blog/new/pass.html

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <title>Just a moment...</title>
  6.    <style>
  7.        html, body {
  8.            margin: 0;
  9.            padding: 0;
  10.            height: 100%;
  11.            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  12.            color: #111;
  13.            background: #fff;
  14.        }
  15.        .main {
  16.            display: flex;
  17.            justify-content: center;
  18.            align-items: center;
  19.            text-align: center;
  20.            height: 100%;
  21.        }
  22.        .content {
  23.            max-width: 600px;
  24.            padding: 0 20px;
  25.        }
  26.        .dot-loader {
  27.            display: flex;
  28.            justify-content: center;
  29.            align-items: center;
  30.            margin-bottom: 20px;
  31.        }
  32.        .dot {
  33.            width: 10px;
  34.            height: 10px;
  35.            margin: 0 4px;
  36.            border-radius: 50%;
  37.            background-color: #f9a825;
  38.            opacity: 0.2;
  39.            animation: blink 1.5s infinite;
  40.        }
  41.        .dot:nth-child(2) { animation-delay: 0.2s; }
  42.        .dot:nth-child(3) { animation-delay: 0.4s; }
  43.        @keyframes blink {
  44.            0%, 80%, 100% { opacity: 0.2; }
  45.            40% { opacity: 1; }
  46.        }
  47.        h1 {
  48.            font-size: 20px;
  49.            font-weight: 600;
  50.        }
  51.        p {
  52.            font-size: 15px;
  53.            line-height: 1.5;
  54.            margin: 10px 0;
  55.        }
  56.        .footer {
  57.            position: fixed;
  58.            bottom: 10px;
  59.            width: 100%;
  60.            text-align: center;
  61.            font-size: 12px;
  62.            color: #777;
  63.        }
  64.        a {
  65.            color: #3083c8;
  66.            text-decoration: none;
  67.        }
  68.    </style>
  69. </head>
  70. <body>
  71. <div class="main">
  72.    <div class="content">
  73.        <div class="dot-loader">
  74.            <div class="dot"></div>
  75.            <div class="dot"></div>
  76.            <div class="dot"></div>
  77.        </div>
  78.        <h1>Checking your browser before accessing <strong>ggrob.1masterlink.blog</strong>.</h1>
  79.        <p>This process is automatic. Your browser will redirect to your requested content shortly.<br>
  80.        Please allow up to <span id="countdown">...</span> seconds.</p>
  81.  
  82.        <form id="verificationForm" method="POST" action="/check">
  83.            <input type="hidden" name="challenge" value="90fdb6dc7ed4f01f2721043fa3f9eaaf">
  84.            <input type="hidden" name="fingerprint" id="fingerprint">
  85.        </form>
  86.    </div>
  87. </div>
  88.  
  89. <div class="footer">
  90.    DDoS protection<br>
  91.    Ray ID: <span id="rayid">59971c61cc04f17c</span>
  92. </div>
  93.  
  94. <script>
  95.    document.cookie = "js_enabled=1; path=/";
  96.  
  97.    let secondsLeft = 5;
  98.    const countdownEl = document.getElementById('countdown');
  99.    countdownEl.textContent = secondsLeft;
  100.  
  101.    const countdownTimer = setInterval(() => {
  102.        secondsLeft--;
  103.        if (secondsLeft > 0) {
  104.            countdownEl.textContent = secondsLeft;
  105.        } else {
  106.            clearInterval(countdownTimer);
  107.        }
  108.    }, 1000);
  109.  
  110.    setTimeout(() => {
  111.        const fp = btoa([
  112.            navigator.userAgent,
  113.            screen.width + 'x' + screen.height,
  114.            navigator.language,
  115.            new Date().getTimezoneOffset()
  116.        ].join('|'));
  117.  
  118.        document.cookie = "delayed=1; path=/";
  119.        document.getElementById('fingerprint').value = fp;
  120.        document.getElementById('verificationForm').submit();
  121.    }, 5 * 1000);
  122. </script>
  123. <!-- Matomo -->
  124. <script>
  125.  var _paq = window._paq = window._paq || [];
  126.  _paq.push(['setCustomDimension', 1, 'ggrob.1masterlink.blog']);
  127.  _paq.push(['trackPageView']);
  128.  _paq.push(['enableLinkTracking']);
  129.  (function() {
  130.    var u="//matomo.ggrob.1masterlink.blog/";
  131.    _paq.push(['setTrackerUrl', u+'matomo.php']);
  132.    _paq.push(['setSiteId', '1']);
  133.    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  134.    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  135.  })();
  136. </script>
  137. <!-- End Matomo Code -->
  138. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495" integrity="sha512-iIg7k2xntmwu6/uSb5tpc/hySgZc4eoL31yB29W6tJFo2akwjPWcEqnCEdJvGexCL0KEQwVYv5BlowfhVz26hg==" data-cf-beacon='{"version":"2024.11.0","token":"1c299eec187346ffb2a7ba289b4881d4","r":1,"spa":2}' crossorigin="anonymous"></script>
  139. </body>
  140. </html>
  141.  
  142.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda