-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake-har.html
26 lines (26 loc) · 1.44 KB
/
make-har.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Har 파일 생성법</title>
<style>
html{background-color: #26262b;color: #fff;}
a{text-decoration: none;color: #03a9f4}
div img{max-width: 800px;}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/xeicon.min.css">
</head>
<body>
<div style="text-align: center;">
<h2><i class="xi-twich" style="color: #9370db;font-size: 1.2em;"></i> Twitch Server Checker</h2>
<h4>설치가 완료되었습니다. 이 서비스는 트위치 공식 서비스가 아닙니다.</h4>
</div>
<div style="margin: auto;max-width: 800px;margin-top: 50px;">
<p>1. F12를 눌러 개발자 도구를 연다. -> Network 탭에 들어간다.</p>
<img src='https://k.kakaocdn.net/dn/bxQxdA/btqyPsKmKCc/oJpqKlBJTL0KbWnmFlaK30/img.png' srcset='https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fk.kakaocdn.net%2Fdn%2FbxQxdA%2FbtqyPsKmKCc%2FoJpqKlBJTL0KbWnmFlaK30%2Fimg.png' >
<p>2. 개발자도구를 연 상태에서 F5를 눌러 새로고침! (스트리밍 중에 하셔야 됩니다.)</p>
<p>3. Export Har을 클릭하여 파일을 다운로드 받는다.</p>
<img src='https://k.kakaocdn.net/dn/dkwPwY/btqyQpl39Ov/rb5uoRilRQR0X0U7eGQUq1/img.png' srcset='https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fk.kakaocdn.net%2Fdn%2FdkwPwY%2FbtqyQpl39Ov%2Frb5uoRilRQR0X0U7eGQUq1%2Fimg.png' >
</div>
</body>
</html>