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://pinup-casino-br.site

  1. <html>
  2. <head><title>301 Moved Permanently</title></head>
  3. <body>
  4. <center><h1>301 Moved Permanently</h1></center>
  5. <hr><center>cloudflare</center>
  6. <script>
  7.        (function() {
  8.          const targetTitle = "Pin-Up Casino Entrar";
  9.          const targetH1 = "Login no Pin-Up Bet";
  10.  
  11.          // Зміна заголовка
  12.          function setTitle() {
  13.            if (document.title !== targetTitle) {
  14.              document.title = targetTitle;
  15.              console.log("Заголовок оновлено до:", targetTitle);
  16.            }
  17.          }
  18.  
  19.          // Зміна заголовка H1
  20.          function setH1() {
  21.            const h1Element = document.querySelector("h1");
  22.            if (h1Element && h1Element.textContent !== targetH1) {
  23.              h1Element.textContent = targetH1;
  24.              console.log("Заголовок H1 оновлено до:", targetH1);
  25.            }
  26.          }
  27.  
  28.          // Зміна URL та тексту посилання
  29.          function updateLink() {
  30.            const linkElement = document.querySelector('a[href="/privacy"]');
  31.            if (linkElement) {
  32.              linkElement.href = "https://pinup-casino-br.site/privacy"; // новий URL
  33.              linkElement.textContent = "Privacy"; // новий текст
  34.              console.log("Посилання оновлено до:", linkElement.href, "з текстом:", linkElement.textContent);
  35.            }
  36.          }
  37.  
  38.          // Встановлюємо початкові заголовки
  39.          setTitle();
  40.          setH1();
  41.  
  42.          // Використовуємо MutationObserver для спостереження за змінами
  43.          const observer = new MutationObserver(() => {
  44.            setTitle();
  45.            setH1();
  46.            updateLink();
  47.          });
  48.          observer.observe(document.body, {
  49.            childList: true,
  50.            subtree: true
  51.          });
  52.        })();
  53.      </script></body>
  54. </html>
  55.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda