https://www.paypalobjects.com/

已提交的 URL:
https://www.paypalobjects.com/
報告完成時間:

連結 · 找到 0 個

從頁面中識別的傳出連結

JavaScript 變數 · 找到 3 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

主控台記錄訊息 · 找到 2 條

記錄到 Web 主控台的訊息

類型類別記錄
errornetwork
URL
https://www.paypalobjects.com/
Text
Failed to load resource: the server responded with a status of 403 ()
errorsecurity
URL
https://www.paypalobjects.com/
Text
Refused to apply style from 'https://www.paypalobjects.com/error.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

HTML

頁面的原始 HTML 主體

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <title>403</title>
    <link rel="stylesheet" href="error.css" type="text/css">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
      body {
        background-color: #0494e4;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-family: Helvetica Neue,Arial,sans-serif;
        font-weight: 400;
      }
      #logo {
        background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg);
        background-size: cover;
        background-position: left;
        background-origin: content-box;
        display: inline-block;
        overflow: hidden;
        height: 38px;
        width: 163px;
        background-repeat: no-repeat;
        margin: 30px 0 0 30px;
      }
      p { margin-left: 30px; }
      span { color: #ddd; }
    </style>
  </head>
<body>
  <a href="//www.paypal.com/">
    <span id="logo"></span>
  </a>
  <p>
    <b>403</b>
    <span>That’s an error.</span>
  </p>
  


</body></html>