-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmain.html
22 lines (22 loc) · 883 Bytes
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>获取百度网盘 COOKIES</title>
<script src="main.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<h1>获取百度网盘 COOKIES</h1>
<div style="width:100%;height:350px;">
<p>BDUSS</p>
<textarea rows="3" cols="70" id="cookies-BDUSS" readonly="readonly"></textarea>
<p>STOKEN</p>
<textarea rows="1" cols="70" id="cookies-STOKEN" readonly="readonly"></textarea>
<p>完整 COOKIES</p>
<textarea rows="3" cols="70" id="cookies-ALL" readonly="readonly"></textarea>
<p>完整 JSON格式</p>
<textarea rows="3" cols="70" id="cookies-JSON" readonly="readonly"></textarea>
</div>
<P>TIPS: 1.暂不支持无痕窗口; 2.请先登录百度网盘 <a href="https://pan.baidu.com/">https://pan.baidu.com</a></P>
</body>
</html>