- 掃描 ID:
- 79e68105-c417-4906-a42f-df0f5c957bce已完成
- 已提交的 URL:
- https://retrobowl.school/fullscreen/retro-bowl-college.html
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 10 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
gtag | function |
dataLayer | object |
google_tag_manager | object |
google_tag_data | object |
onYouTubeIframeAPIReady | function |
gaGlobal | object |
主控台記錄訊息 · 找到 17 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
log | other |
|
log | javascript |
|
error | javascript |
|
error | javascript |
|
error | other |
|
log | other |
|
log | other |
|
log | other |
|
log | other |
|
log | other |
|
log | other |
|
log | other |
|
error | other |
|
error | other |
|
error | other |
|
warning | other |
|
log | other |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html><head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ZC2BZYBF7M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZC2BZYBF7M');
</script>
<meta charset="utf-8">
<title>Retro Bowl College - Fullscreen</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="robots" content="noindex">
<link rel="canonical" href="https://retrobowl.school/game/retro-bowl-college/">
<style type="text/css">
body {
color: #eee;
line-height: 1.43;
position: inherit;
margin: 0;
padding: 0;
background-color: #000;
overflow: hidden;
height: 100%;
}
#game-content {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
overflow: hidden;
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
box-sizing: border-box;
}
</style>
</head>
<body>
<iframe id="game-content" frameborder="0" allow="autoplay" allowfullscreen="" seamless="" scrolling="no" src="/games/retro-bowl-college/"></iframe>
</body></html>