aboutsummaryrefslogtreecommitdiffstats
path: root/src/whitelist.html
blob: 1be0893544995e1dbc72be18552b3ba8572f56e9 (plain)
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>uBlock — Whitelist</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
<link rel="stylesheet" type="text/css" href="css/cloud-ui.css">
<link rel="stylesheet" type="text/css" href="css/whitelist.css">
</head>

<body>

<div id="cloudWidget" class="hide" data-cloud-entry="whitelistPane"></div>

<p data-i18n="whitelistPrompt"></p>
<p>
    <button id="whitelistApply" class="custom important" type="button" disabled="true" data-i18n="whitelistApply"></button>&ensp;
    <button id="whitelistRevert" class="custom" type="button" disabled="true" data-i18n="genericRevert"></button>
</p>
<p><textarea id="whitelist" dir="auto" spellcheck="false"></textarea></p>
<p>
    <button id="importWhitelistFromFile" class="custom" data-i18n="whitelistImport"></button>&ensp;
    <button id="exportWhitelistToFile" class="custom" data-i18n="whitelistExport"></button>
    <input id="importFilePicker" type="file" accept="text/plain" class="hiddenFileInput">
</p>

<script src="lib/punycode.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
<script src="js/cloud-ui.js"></script>
<script src="js/whitelist.js"></script>

</body>
</html>