https://filedn.eu/lMOeH1lGxef8cvhAHg3suk5/PAGPDF302/PAGOS0001112.REV

제출된 URL:
https://filedn.eu/lMOeH1lGxef8cvhAHg3suk5/PAGPDF302/PAGOS0001112.REV
보고서 완료:

링크 · 2개 결과

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

링크텍스트
https://www.pcloud.com/pCloud
https://www.pcloud.com/download-free-online-cloud-file-storage.htmlJoin pCloud

JavaScript 변수 · 4개 결과

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

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
onReadyChangesfunction

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

웹 콘솔에 기록된 메시지

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html><head>
  <meta charset="utf-8">
  <title>pCloud - Download traffic exceeded</title>
  <link href="//pcdn-filedn.pcloud.com/css/main.css" rel="stylesheet" type="text/css">
  <link href="fav.ico" rel="shortcut icon" type="image/x-icon">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
</head>
<body>
<div class="main overtraffic pcloud_content">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tbody>
      <tr>
        <td align="center" class="logo">
          <a href="https://www.pcloud.com/">
            <img src="//pcdn-filedn.pcloud.com/img/logo.png" data-src="//pcdn-filedn.pcloud.com/img/logo.png" data-src-retina="//pcdn-filedn.pcloud.com/img/[email protected]" width="51" alt="Powered by pCloud" title="Powered by pCloud">
          </a>
        </td>
      </tr>
      <tr>
        <td class="cont">
          <table border="0" cellspacing="0" cellpadding="0">
            <tbody>
              <tr>
                <td>
                  <h1>Limited Access</h1>
                  <h2>Access to this content was limited, because the owner has exceeded their<br> download traffic.</h2>
                  <img src="//pcdn-filedn.pcloud.com/img/over-traffic.png" data-src="//pcdn-filedn.pcloud.com/img/over-traffic.png" data-src-retina="//pcdn-filedn.pcloud.com/img/[email protected]" width="312" alt="Download traffic exceeded">
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
      <tr>
        <td class="bottom-message">
          However, here is something to cheer you up - join pCloud today and get<br> up to 10 GB of free cloud storage for your files!
          <a href="https://www.pcloud.com/download-free-online-cloud-file-storage.html" class="btn rounded blue" target="_blank"><span>Join pCloud</span></a>
        </td>
      </tr>
      <tr>
        <td align="center" class="powered">Powered by <a href="https://www.pcloud.com/">pCloud</a></td>
      </tr>
    </tbody>
  </table>
</div>
<script>
  function onReadyChanges() {
    var allImages = document.images;
    var detectedRetina = window.devicePixelRatio > 1;

    for (var i = 0; i < allImages.length; i++) {
      if (allImages[i].getAttribute('data-src-retina')) {
        allImages[i].setAttribute('src',  allImages[i].getAttribute(detectedRetina ? 'data-src-retina' : 'data-src'));
      }
    }
  };

  document.addEventListener('DOMContentLoaded', onReadyChanges, false);
</script>


</body></html>