2014-06-24 00:42:43 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 16:45:54 +02:00
|
|
|
<meta charset="utf-8">
|
2014-07-02 18:02:29 +02:00
|
|
|
<title>µBlock — 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>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<p data-i18n="1pFormatHint"></p>
|
|
|
|
<p><button id="importUserFiltersFromFile" data-i18n="1pImport"></button>   <button id="exportUserFiltersToFile" data-i18n="1pExport"></button></p>
|
2014-10-13 17:01:31 +02:00
|
|
|
<input id="importFilePicker" type="file" accept="text/plain" style="display:none;">
|
2014-09-05 02:18:45 +02:00
|
|
|
<textarea class="userFilters" id="userFilters" dir="auto" spellcheck="false"></textarea>
|
2014-06-24 00:42:43 +02:00
|
|
|
<p><button id="userFiltersApply" disabled="true" data-i18n="1pApplyChanges"></button></p>
|
|
|
|
</div>
|
|
|
|
|
2014-10-17 21:44:19 +02:00
|
|
|
<script src="js/js-loader.js" data-jsList="
|
|
|
|
js/vapi-common.js
|
|
|
|
js/vapi-client.js
|
|
|
|
js/udom.js
|
|
|
|
js/i18n.js
|
|
|
|
js/dashboard-common.js
|
|
|
|
js/1p-filters.js
|
|
|
|
"></script>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|