-
Notifications
You must be signed in to change notification settings - Fork 115
/
popup.html
executable file
·42 lines (42 loc) · 1.32 KB
/
popup.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--
@Date : 2020-09-12 16:26:48
@Author : residuallaugh
-->
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
</head>
<body style="width:900px">
<div style="">
<div style="width: 300px; float: left;">
<h1>ip</h1>
<p id="ip" style="word-break:break-word;">🈚️</p>
<h1>ip_port</h1>
<p id="ip_port" style="word-break:break-word;">🈚️</p>
<h1>域名</h1>
<p id="domain" style="word-break:break-word;">🈚️</p>
<h1>身份证</h1>
<p id="sfz" style="">🈚️</p>
<h1>手机号</h1>
<p id="mobile" style="">🈚️</p>
<h1>邮箱</h1>
<p id="mail" style="">🈚️</p>
<h1>jwt</h1>
<p id="jwt" style="word-break:break-word;">🈚️</p>
<h1>算法</h1>
<p id="algorithm" style="">🈚️</p>
</div>
<div style="width: 600px; height: 800px; float: left;">
<h1>path</h1>
<p id="path" style="">🈚️</p>
<h1>url</h1>
<p id="url" style="">🈚️</p>
<h1>static_url</h1>
<p id="static" style="">🈚️</p>
</div>
</div>
</body>
<script src="jquery-3.6.0.min.js"></script>
<script src="popup.js"> </script>
</html>