- 제출된 URL:
- https://www.starfall.com/h/word-machines/word_machine_a/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 34개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
SpecialDefinitions | object |
WebFont | object |
Tracking | object |
p2 | object |
PIXI | object |
Phaser | object |
__extends | function |
콘솔 로그 메시지 · 3개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
warning | other |
|
log | other |
|
warning | other |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html class="wf-vagzstarbold-n4-inactive wf-vagzstarlight-n4-inactive wf-inactive"><head>
<title>a Word Machine</title>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="HandheldFriendly" content="true">
<meta name="robots" content="noindex,nofollow">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Phaser App">
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui">
<link rel="stylesheet" href="../_css/stylesheet.css" type="text/css">
<script>
var SpecialDefinitions = {
rateCode: "h_word-machines_a",
exitURL: "https://www.starfall.com/h/word-machines?mg=m",
path_images_ui: "../_images/"
}
</script>
<script src="/h/_js/phaser/webfontloader.js?ds=20200601"></script>
<script src="/h/_js/starfall/utils/Tracking.js?ds=20200601"></script>
<script src="/h/_js/phaser/phaser-2.10.5.min.js?ds=20200601"></script>
<script src="m_h_word_machine_a.min.js"></script><link rel="stylesheet" href="../_css/stylesheet.css" media="all">
</head>
<body style="background-color: rgb(255, 255, 255);">
<div id="gameCanvas"><canvas width="1600" height="1000" style="display: block; touch-action: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width: 800px; height: 500px; margin-left: 0px; margin-top: 0px;"></canvas></div>
<div id="orientation"></div>
</body></html>