https://datarevolt.net/

Eingereichte URL:
https://datarevolt.net/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 7 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
fbqfunction
_fbqfunction
detectDevicefunction

Konsolenprotokoll-Meldungen · 8 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
warningother
URL
https://connect.facebook.net/en_US/fbevents.js
Text
Unrecognized feature: 'attribution-reporting'.
logother
URL
https://datarevolt.net/static/js/index.d298ea08.js
Text
当前APP语言:en
errorother
URL
https://datarevolt.net/static/js/chunk-vendors.69ba8bdc.js
Text
[system] createSelectorQuery:fail
logother
URL
https://datarevolt.net/static/js/index.d298ea08.js
Text
非appToken请求页面
logother
URL
https://datarevolt.net/static/js/index.d298ea08.js
Text
非appToken请求页面
verbosedom
URL
https://datarevolt.net/h5.html#/pages/system/login
Text
[DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://datarevolt.net/static/object_1/level.png
Text
Failed to load resource: the server responded with a status of 404 ()
logother
URL
https://datarevolt.net/
Text
这是PC或其他设备

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Data Revolt</title>
  <style>
    html,
    body {
      margin: 0;
      height: 100%;
      box-sizing: border-box;
      /*background-color: #000;*/
    }

    .iframe {
      display: block;
      height: 100%;
      margin: auto;
    }
  </style>
  <!-- Meta Pixel Code -->
  <script src="https://connect.facebook.net/signals/config/459158437021729?v=2.9.178&amp;r=stable&amp;domain=datarevolt.net&amp;hme=28abfdc7e582ae2a8fdd6ac5ebb406923cf601dc2ee488049b0628e75e0f6b36&amp;ex_m=70%2C122%2C107%2C111%2C61%2C4%2C100%2C69%2C16%2C97%2C89%2C51%2C54%2C173%2C176%2C188%2C184%2C185%2C187%2C29%2C101%2C53%2C77%2C186%2C168%2C171%2C181%2C182%2C189%2C132%2C41%2C191%2C192%2C34%2C144%2C15%2C50%2C197%2C196%2C134%2C18%2C40%2C1%2C43%2C65%2C66%2C67%2C71%2C93%2C17%2C14%2C96%2C92%2C91%2C108%2C52%2C110%2C39%2C109%2C30%2C94%2C26%2C169%2C172%2C141%2C86%2C56%2C84%2C33%2C73%2C0%2C95%2C32%2C28%2C82%2C83%2C88%2C47%2C46%2C87%2C37%2C11%2C12%2C13%2C6%2C7%2C25%2C22%2C23%2C57%2C62%2C64%2C75%2C102%2C27%2C76%2C9%2C8%2C80%2C48%2C21%2C104%2C103%2C105%2C98%2C10%2C20%2C3%2C38%2C74%2C19%2C5%2C90%2C81%2C44%2C35%2C85%2C2%2C36%2C63%2C42%2C106%2C45%2C79%2C68%2C112%2C60%2C59%2C31%2C99%2C58%2C55%2C49%2C78%2C72%2C24%2C113" async=""></script><script async="" src="https://connect.facebook.net/en_US/fbevents.js"></script><script>
    !function (f, b, e, v, n, t, s) {
      if (f.fbq) return; n = f.fbq = function () {
        n.callMethod ?
        n.callMethod.apply(n, arguments) : n.queue.push(arguments)
      };
      if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
      n.queue = []; t = b.createElement(e); t.async = !0;
      t.src = v; s = b.getElementsByTagName(e)[0];
      s.parentNode.insertBefore(t, s)
    }(window, document, 'script',
      'https://connect.facebook.net/en_US/fbevents.js');
    fbq('init', '459158437021729');
    fbq('track', 'PageView');
  </script>
  <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=459158437021729&ev=PageView&noscript=1" /></noscript>
  <!-- End Meta Pixel Code -->
</head>

<body>
  <iframe class="iframe" id="iframe" src="h5.html" frameborder="0" style="width: 480px;"></iframe>
  <script type="text/javascript" charset="utf-8">
    function detectDevice() {
      const iframe = document.querySelector('.iframe');
      const ua = navigator.userAgent;
      if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(ua)) {
        window.location.replace('h5.html');
        return true; // 是手机设备
      } else {
        console.log("这是PC或其他设备");
        iframe.style.width = "480px";
        return false; // 是PC或其他设备
      }
    }
    window.onload = detectDevice;
  </script>
  


</body></html>