https://sieve.demos.cloudflare.com/

ID da verificação
588ce584-3a9d-46f2-8f06-a2e3a0161c84Concluído
URL enviado:
https://sieve.demos.cloudflare.com/
Relatório concluído:

Os links de saída identificados na página

Variáveis JavaScript · 8 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
webpackChunkcreate_wasm_appobject
AMDLoaderobject
definefunction
requirefunction
monacoobject

Mensagens de registro do console · 1 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
infoother
URL
webpack://create-wasm-app/./node_modules/react-dom/cjs/react-dom.development.js?
Texto
%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools font-weight:bold

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <title>sieve2workers</title>
  </head>
  <body>
    <style>
      body {
        background: #f48120;
      }

      #root {
        display: flex;
      }

      .code-editor:before,
      .code-editor:after,
      .code-editor span.control:before,
      .code-editor span.after:after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "";
        position: absolute;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: wall 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
      }

      .code-editor {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 20px auto 0 auto;
        width: 50%;
        padding: 0px 20px;
        text-align: left;
        border-radius: 0 0 5px 5px;
        overflow: auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: wall 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
      }

      .code-editor-header {
        color: #222;
        padding-top: 6px;
        top: 25px;
        height: 30px;
        background-color: #fafafa;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
      }

      .code-editor-header span.text {
        margin-left: 85px;
        margin-top: 4px;
      }

      .code-editor-header span.control:before {
        content: "";
        z-index: 2;
        padding: 6px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-top: 4px;
      }

      .code-editor-header span.control:nth-child(1):before {
        margin-left: 15px;
        background-color: #df6963;
      }

      .code-editor-header span.control:nth-child(2):before {
        margin-left: 35px;
        background-color: #f5e18a;
      }

      .code-editor-header span.control:nth-child(3):before {
        margin-left: 55px;
        background-color: #97c38a;
      }

      /* -- iPad Screen -- */
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .code-editor {
          width: 500px;
        }

        .code-editor:before {
          width: 500px;
        }
      }

      /* -- iPhone Screen -- */
      @media only screen and (max-width: 479px) {
        .code-editor {
          width: 300px;
        }

        .code-editor:before {
          width: 300px;
        }
      }

      .error {
        background: #1e1e1e;
        color: #d4d4d4;
        text-align: center;
        padding-top: 30vh;
        height: 64vh;
      }
    </style>

    <script src="./bootstrap.js"></script>
    <div id="root"><div class="code-editor code-editor-sieve"><div class="code-editor-header"><span class="control"></span><span class="control"></span><span class="control"></span><span class="text">Code Editor: Sieve Input</span></div><section style="display: flex; position: relative; text-align: initial; width: 100%; height: 94vh;"><div style="display: flex; height: 100%; width: 100%; justify-content: center; align-items: center;">Loading...</div><div style="width: 100%; display: none;"></div></section></div><div class="code-editor code-editor-js"><div class="code-editor-header"><span class="control"></span><span class="control"></span><span class="control"></span><span class="text">Code Editor: Cloudflare Worker Output</span></div><section style="display: flex; position: relative; text-align: initial; width: 100%; height: 94vh;"><div style="display: flex; height: 100%; width: 100%; justify-content: center; align-items: center;">Loading...</div><div style="width: 100%; display: none;"></div></section></div></div>
  

</body></html>