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://liebhr-dealer.ru

  1. <!DOCTYPE html>
  2. <html dir="auto">
  3. <head>
  4.  <meta charset="utf-8" />
  5.  <meta name="referrer" content="unsafe-url" />
  6.  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  7.  <meta name="robots" content="noindex">
  8.  <link rel="icon" href="data:,">
  9.  <title></title>
  10.  <style>
  11.    .info {
  12.      text-align: center;
  13.      width: 90%;
  14.      max-width: 630px;
  15.      margin: 10% auto;
  16.      font-size: 18px;
  17.      font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
  18.    }
  19.    
  20.    .sdf110c70272b8d5bf2b5e83a0cd1cf6f {
  21.      border: 2px solid transparent;
  22.      background: #28a745;
  23.      color: #ffffff;
  24.      font-size: 18px;
  25.      line-height: 15px;
  26.      padding: 10px 10px;
  27.      text-decoration: none;
  28.      text-shadow: none;
  29.      border-radius: 3px;
  30.      box-shadow: none;
  31.      transition: 0.25s;
  32.      display: block;
  33.      margin: 0 auto;
  34.    }
  35.    
  36.    .sdf110c70272b8d5bf2b5e83a0cd1cf6f:hover {
  37.      background-color: #218838;
  38.    }
  39.    
  40.    .s6bcc909942f3ad764ff1b2e13726bbc8 {
  41.      cursor: pointer;
  42.      padding: 14px 14px;
  43.      text-decoration: none;
  44.      display: inline-block;
  45.      width: 14px;
  46.      height: 16px;
  47.    }
  48.    
  49.    .s6bcc909942f3ad764ff1b2e13726bbc8:hover {
  50.      border: 2px solid #ccc;
  51.      width: 10px;
  52.      height: 10px;
  53.    }
  54.    
  55.    .block1 {
  56.      width: 97%;
  57.      height: 97%;
  58.      display: table;
  59.      position: absolute;
  60.    }
  61.    
  62.    .block2 {
  63.      display: table-cell;
  64.      vertical-align: middle;
  65.    }
  66.  </style>
  67. </head>
  68.  
  69. <body>
  70.  <div class="block1">
  71.    <div class="block2">
  72.      <div class="info" id="content">Loading...</div>
  73.    </div>
  74.  </div>
  75. <script>var adb = 1; </script>
  76. <script id="adblock-blocker" src="/protect440/static/peel.js?bannerid=1741962689"></script>
  77.  
  78. <script>
  79. // проверка доступности cookie:
  80. function areCookiesEnabled() {
  81.    var cookieEnabled = navigator.cookieEnabled;
  82.    if (cookieEnabled === undefined) {
  83.        document.cookie = "testcookie";
  84.        cookieEnabled = document.cookie.indexOf("testcookie") != -1;
  85.    }
  86.    return cookieEnabled;
  87. }
  88. if (!areCookiesEnabled()) {
  89. var cookieoff = 1;
  90. } else {
  91. var cookieoff = 0;
  92. }
  93.  
  94. if (window.location.hostname !== window.atob("bGllYmhyLWRlYWxlci5ydQ==") && window.location.hostname !== window.atob("")) {
  95. window.location = window.atob("aHR0cHM6Ly9saWViaHItZGVhbGVyLnJ1Lw==");
  96. throw "stop";
  97. }
  98.  
  99. function b64_to_utf8(str) {
  100. str = str.replace(/\s/g, '');    
  101. return decodeURIComponent(escape(window.atob(str)));
  102. }
  103.  
  104. document.getElementById("content").innerHTML = "Loading..."; //
  105.  
  106. function asyncFunction1() {
  107.  return new Promise(function(resolve) {
  108. rct = ''; //
  109. resolve('Result of Async Function 1');
  110.  });
  111. }
  112.  
  113. function asyncFunction2() {
  114.  return new Promise(function(resolve) {
  115. ipv4 = '';
  116. ipdbc = '';
  117. resolve('Result of Async Function 2');
  118.  });
  119. }
  120.  
  121.  
  122. // f00591ffbfb1aef7c8bd64c249746d61
  123. function anotherFunction(result1, result2) {
  124. data = 'useragent=FeedValidator%2F1.3&test=cf27be3899d18cdb1e836e278363057a2aa690fefae55d187b82d1ceb988e0da&h1=0626b5ba9c16dd68be20145b25a96d3f0c869c2eb2484a9e1d1ba30d77bef3da&date=1741962689&hdc=1&a='+adb+'&country=US&ip=3.237.223.94&v=9.058&cid=1741962689.6081&ptr=ec2-3-237-223-94.compute-1.amazonaws.com&w='+screen.width+'&h='+screen.height+'&cw='+document.documentElement.clientWidth+'&ch='+document.documentElement.clientHeight+'&co='+screen.colorDepth+'&pi='+screen.pixelDepth+'&ref='+encodeURIComponent(document.referrer)+'&accept=&tz='+Intl.DateTimeFormat().resolvedOptions().timeZone+'&ipdbc='+ipdbc+'&ipv4='+ipv4+'&rct='+rct+'&cookieoff='+cookieoff;
  125. f12f4a261c03aa7153843d2a96e69c457('ab', data, '');
  126.  console.log('Another Function executed with results:', result1, result2);
  127. }
  128.  
  129. async function runAsyncFunctions() {
  130.  try {
  131.    const result1 = await asyncFunction1();
  132.    const result2 = await asyncFunction2();
  133.    anotherFunction(result1, result2);
  134.  } catch (error) {
  135.    console.error(error);
  136.  }
  137. }
  138.  
  139. runAsyncFunctions();
  140.  
  141.  
  142.  
  143. function Button() {
  144.  
  145. document.getElementById("content").innerHTML = b64_to_utf8("PHA+Q29uZmlybSB0aGF0IHlvdSBhcmUgaHVtYW46PC9wPjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvZjFjY2FhYjMyZGVhMzY0YTg4NjQzMzIwYjlkNWEyMzQgc2RmMTEwYzcwMjcyYjhkNWJmMmI1ZTgzYTBjZDFjZjZmIiBvbmNsaWNrPSJmMTJmNGEyNjFjMDNhYTcxNTM4NDNkMmE5NmU2OWM0NTcoJ3Bvc3QnLCBkYXRhLCAnMXwwNWIxMTI4YzVkZmJjZjU2ZWU2MzllYmQ4ZjNmYzBhMTc0ZmRhMjMzYmJlYTgwMTAxMDQyZDBiN2UzMGEyYmUyJykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvMDlmZDY1MjViMTI3NDBjOTc5OTc5MGEwMzk0NjY1OTMgc2RmMTEwYzcwMjcyYjhkNWJmMmI1ZTgzYTBjZDFjZjZmIiBvbmNsaWNrPSJmMTJmNGEyNjFjMDNhYTcxNTM4NDNkMmE5NmU2OWM0NTcoJ3Bvc3QnLCBkYXRhLCAnMXw4NDJhZmQxMmJlZWI2NzYyYmNkNTgwMDMwNjAzMmRmNDUyZjVlZDBhN2JiMTBhN2NiZDgwMGNkZTA2MDViY2FiJykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvNmFmMWUwZDQ4ZTI1MTZkMWE3YzgzMWJmNDkxMGNkN2Qgc2RmMTEwYzcwMjcyYjhkNWJmMmI1ZTgzYTBjZDFjZjZmIiBvbmNsaWNrPSJmMTJmNGEyNjFjMDNhYTcxNTM4NDNkMmE5NmU2OWM0NTcoJ3Bvc3QnLCBkYXRhLCAnMXwzODU0OTAwZDcxMWMwZjgyODY1M2NiNzI4NGEzOTM5Mjg3MzhjNGNjZDBlMjgyZTNkNmE4Njk4ZTI1NjI5YzgyJykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvZDM4Y2JiZTQ5MDE3ZGFhMjc0M2E0YTFkMmE0ZWYzODUgc2RmMTEwYzcwMjcyYjhkNWJmMmI1ZTgzYTBjZDFjZjZmIiBvbmNsaWNrPSJmMTJmNGEyNjFjMDNhYTcxNTM4NDNkMmE5NmU2OWM0NTcoJ3Bvc3QnLCBkYXRhLCAnMXwyNzkxMjNlMzkwZGE4MzllNjQ2MGJmZjZmMTg2MTljOWUzZDRkYWI0OGVkZGFmZTQ0OTNhMjkyM2FjYzg1NDM4JykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxzdHlsZT4ubzZhZjFlMGQ0OGUyNTE2ZDFhN2M4MzFiZjQ5MTBjZDdkIHtkaXNwbGF5OiBub25lO30gIC5vZjFjY2FhYjMyZGVhMzY0YTg4NjQzMzIwYjlkNWEyMzQge30gIC5vZDM4Y2JiZTQ5MDE3ZGFhMjc0M2E0YTFkMmE0ZWYzODUge2Rpc3BsYXk6IG5vbmU7fSAgLm8wOWZkNjUyNWIxMjc0MGM5Nzk5NzkwYTAzOTQ2NjU5MyB7ZGlzcGxheTogbm9uZTt9IDwvc3R5bGU+");
  146. }
  147.  
  148. function f12f4a261c03aa7153843d2a96e69c457(s, d, x){
  149. document.getElementById("content").innerHTML = "Loading...";
  150. d = d + '&xa97036dfb5fc5943ac628e2f3f9545de='+s+'&xxx=' + x + '&rowid=2&gray=2';
  151. var cloud = new XMLHttpRequest();
  152. cloud.open("POST", "/", true);
  153. cloud.timeout = 5000;
  154. cloud.setRequestHeader('Content-type', 'application/x-www-form-urlencoded;');
  155.  
  156. cloud.onload = function () {
  157. if(cloud.status == 200) {
  158. // успешный ответ проверки
  159. console.log('good: '+cloud.status);
  160. var obj = JSON.parse(this.responseText);
  161.  
  162. if (typeof(obj.cookie) == "string") {
  163. var d = new Date();
  164. d.setTime(d.getTime() + (7 * 24 * 60 * 60 * 1000));
  165. var expires = "expires="+ d.toUTCString();
  166. document.cookie = "szblYwyrovhCntRxjZagWdpXUmMBKO="+obj.cookie+"-1741962689; SameSite=Lax;; " + expires + "; path=/;";
  167. document.getElementById("content").innerHTML = "Loading...";
  168. window.location.href = "/";
  169. } else {
  170. Button();
  171. console.log('bad bot');
  172. }
  173. if (typeof(obj.error) == "string") {
  174. if (obj.error == "Account Not Found" || obj.error == "This domain is not licensed" || obj.error == "Subscription has expired" || obj.error == "This domain is blacklisted" || obj.error == "Your request has been denied.") {
  175. const ErrorMsg = document.createElement('div');
  176. ErrorMsg.innerHTML = '<h1 style="text-align:center; color:red;">'+obj.error+'</h1>';
  177. document.body.insertAdjacentElement('afterbegin', ErrorMsg);
  178. document.getElementById("content").style.visibility = "hidden";
  179. document.getElementById("content").innerHTML = '';
  180. } else if (obj.error == "Cookies disabled") {
  181. document.getElementById("content").innerHTML = "<h2 style=\"text-align:center; color:red;\">Cookie is Disabled in your browser. Please Enable the Cookie to continue.</h2>";
  182. }
  183. if (obj.error == "Wrong Click") {
  184. document.getElementById("content").innerHTML = "Loading...";
  185. window.location.href = "/";
  186. }
  187. }
  188. }
  189. };
  190.  
  191. cloud.ontimeout = function () {
  192.  console.log('timeout');
  193.  Button();
  194. };
  195. cloud.send(d);
  196. }
  197. </script>
  198. <noscript>
  199. <h2 style="text-align:center; color:red;">JavaScript is Disabled in your browser. Please Enable the JavaScript to continue.</h2>
  200. </noscript>
  201. </body>
  202.  
  203. </html><!-- Time: 0.165 Sec. -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda