forked from cloudroc/baidu-nolimit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
25 lines (23 loc) · 990 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="popup.js"></script>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<div class="container">
<h3>使用说明:</h3>
<p>插件无需特殊配置。安装成功后,请重新打开或者刷新百度网盘网页,然后点击下载即可获取百度网盘下载直链,将此链接复制到IDM或者迅雷即可,enjoy~</p>
<p>另:mac系统下的chrome浏览器暂时不支持使用</p>
<span id="github" class="info"><a href="javascript:void(0)">Github地址</a></span>
<span id="blog" class="info"><a href="javascript:void(0)">作者博客</a></span>
<div class="active-switch">
<span class="switch-title">启用脚本</span>
<input type="checkbox" id="opt-active" class="btn-switch">
<label for="opt-active"></label>
</div>
</div>
</body>
</html>