2014-06-24 00:42:43 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 16:45:54 +02:00
|
|
|
<meta charset="utf-8">
|
2015-03-10 05:00:33 +01:00
|
|
|
<title>uBlock — Your filters</title>
|
2014-06-24 00:42:43 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/common.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
|
2014-10-07 14:59:35 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/1p-filters.css">
|
2014-06-24 00:42:43 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2015-02-16 13:08:41 +01:00
|
|
|
<p data-i18n="1pFormatHint"></p>
|
2015-05-28 22:26:01 +02:00
|
|
|
<p><button id="userFiltersApply" class="important" type="button" disabled="true" data-i18n="1pApplyChanges"></button></p>
|
2015-02-16 13:08:41 +01:00
|
|
|
<textarea class="userFilters" id="userFilters" dir="auto" spellcheck="false"></textarea>
|
2015-03-07 19:30:55 +01:00
|
|
|
<p><button id="importUserFiltersFromFile" data-i18n="1pImport"></button>  
|
2015-02-16 13:08:41 +01:00
|
|
|
<button id="exportUserFiltersToFile" data-i18n="1pExport"></button>
|
|
|
|
<input id="importFilePicker" type="file" accept="text/plain" class="hiddenFileInput"></p>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
2014-11-04 12:32:44 +01:00
|
|
|
<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>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|