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

제출된 URL:
https://sieve.demos.cloudflare.com/
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 8개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

콘솔 로그 메시지 · 1개 결과

웹 콘솔에 기록된 메시지

HTML

페이지의 원시 HTML 본문

<!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>