-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.html
54 lines (48 loc) · 2.48 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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>-</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="main">
<form action="#" spellcheck="false">
<div id="type"></div>
<div id="buttons">
<button type="button" id="reload" class="button3">Reload</button>
<button type="button" id="import" class="button1">Import Saved</button>
<button type="button" id="download" class="button4">Save</button>
<button type="button" id="clear" class="button2">Delete All Saved Data</button>
<div class="infoo">
<td class="td-icon minus"><img src="img/minus.png"> = Delete </td>
<td class="td-icon open"><img src="img/open.png"> = View</td>
</div>
</div>
<div class="clear"></div>
<div id="table">
<!--<p>Loading...</p>
<table class="localstorage"><thead><tr><th class="td-nome">Name</th><th class="td-value" colspan="3">Value</th></tr></thead><tbody><tr><td class="td-nome"><input type="text" value="dtnpi" data-key="dtnpi" readonly=""></td><td class="td-value"><input type="text" value="[]" readonly=""></td><td class="td-icon minus"><img src="img/minus.png"></td><td class="td-icon open"><img src="img/open.png"></td></tr></tbody></table>-->
</div>
</form>
<div id="auth"><p><b>Note:</b> Sync must be enabled for this extension to work!</p>
<p><b>Note:</b> Localstorage and Sessionstorage are saved separately, so you have to save and import them separately by clicking the <b>L</b> or <b>S</b> icon.</p>
<p><b>Note:</b> All of the options only apply to the current website.</p>
</div>
<div id="mark_rober" style="display:none"><hr>
<a href="https://www.youtube.com/channel/UCY1kMZp36IQSyNx_9h4mpCg?sub_confirmation=1" class="mark-rober" target="_blank"><h2>Please Subscribe to my favorite youtuber! Mark Rober!</h2></a>
</div>
</div>
<div id="json">
<button class="button5" id="back">❮</button>
<pre id="code"></pre>
</div>
<div id="loading"></div>
<div id="errorr" style="display:none">
<p class="error">Error! There could be to much data to sync!</p>
</div>
<script src="jquery.js"></script>
<script src="background.js"></script>
<script src="script.js"></script>
</body>
</html>