aboutsummaryrefslogtreecommitdiffstats
path: root/src/1p-filters.html
blob: 8425d6e2de12d0c1690488a4ae51a12c20355f5a (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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>µBlock — Your filters</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/1p-filters.css">
</head>

<body>

<div>
    <p data-i18n="1pFormatHint"></p>
    <p><button id="importUserFiltersFromFile" data-i18n="1pImport"></button> &emsp; <button id="exportUserFiltersToFile" data-i18n="1pExport"></button></p>
    <input id="importFilePicker" type="file" accept="text/plain" class="hiddenFileInput">
    <textarea class="userFilters" id="userFilters" dir="auto" spellcheck="false"></textarea>
    <p><button id="userFiltersApply" disabled="true" data-i18n="1pApplyChanges"></button></p>
</div>

<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/1p-filters.js"></script>

</body>
</html>