-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
44 lines (30 loc) · 1.17 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
<!doctype html>
<html>
<head>
<title>Getting Started Extension's Popup</title>
<script src="static/jquery.min.js"></script>
<script src="static/base64.js"></script>
<script src="static/popup.js"></script>
<script type="javascript/text" >
</script>
<style>
body {min-width: 757px; min-height: 500px; overflow-x: hidden; }
img {margin: 5px; border: 2px solid black; vertical-align: middle; width: 75px; height: 75px; }
</style>
</head>
<body>
<input type="text" class="input-url" style="width:500px" />
<input type="button" class="decode-btn" value="decode" />
<h2>this URL: <span class="this-result"></span></h2>
<h2>ID: <span class="result"></span></h2>
<div class="video-list">
<p>
<!-- <span class="list-name">边看边买:</span><span class="num-id">177428936</span><span class='encode-id'> XNzA5NzE1NzQ0</span>
<br>
<a href="http://linzhen.youku.com/v/timelineH5forAppCard?videoId=XNzA5NzE1NzQ0">CARD</a>
<a href="http://linzhen.youku.com/v/timelineH5forAppV2?videoId=XNzA5NzE1NzQ0&h5_type=2" target="_blank">V2</a>
<br>
-->
</p>
</body>
</html>