This repository was archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
57 lines (57 loc) · 1.89 KB
/
popup.html
File metadata and controls
57 lines (57 loc) · 1.89 KB
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
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>ScriptJäger</title>
<meta charset='utf-8'>
<meta id="jaegerfarbe" name='theme-color' content='#73AB55'>
<link id="jaegerhut" rel="icon" href="images/undefined38.png">
<link rel="stylesheet" type="text/css" href="theme.css">
<link rel="stylesheet" type="text/css" href="popup.css">
<script src="popup.js"></script>
</head>
<body>
<p id="error" hidden></p>
<div id="settings" data-scope="1" data-policy data-frameid="0">
<div class="scopes">
<div data-value="3">__MSG_scopePage__</div>
<div data-value="2">__MSG_scopeSite__</div>
<div data-value="1">__MSG_scopeDomain__</div>
<div data-value="0">__MSG_scopeGlobal__</div>
<div id="preferences" title="__MSG_tooltipSettings__"></div>
</div>
<div class="policies">
<div data-value="3">__MSG_policyBlockAll__</div>
<div data-value="2">__MSG_policyFiltered__</div>
<div data-value="1">__MSG_policyRelaxed__</div>
<div data-value="0">__MSG_policyAllowAll__</div>
<div id="allowonce" title="__MSG_policyAllowOnce__"></div>
</div>
<div class="hosts" id="f0"></div>
</div>
<div id="frame-edit" data-scope="2" data-policy data-frameid data-hidden="true">
<div class="scopes">
<div data-value="3">__MSG_scopePage__</div>
<div data-value="2">__MSG_scopeSite__</div>
<div data-value="1">__MSG_scopeDomain__</div>
</div>
<div class="policies">
<div data-value="3" title="__MSG_policyBlockAll__">
<img src="images/blockall38.png" alt="B">
</div>
<div data-value="2" title="__MSG_policyFiltered__">
<img src="images/filtered38.png" alt="F">
</div>
<div data-value="1" title="__MSG_policyRelaxed__">
<img src="images/relaxed38.png" alt="R">
</div>
<div data-value="0" title="__MSG_policyAllowAll__">
<img src="images/allowall38.png" alt="A">
</div>
</div>
<div class="triangle">
<div></div>
</div>
<div id="cancel"></div>
</div>
</body>
</html>