mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
28 lines
971 B
HTML
28 lines
971 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; 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>   <button id="exportUserFiltersToFile" data-i18n="1pExport"></button></p>
|
|
<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/udom.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
<script src="js/dashboard-common.js"></script>
|
|
<script src="js/messaging-client.js"></script>
|
|
<script src="js/1p-filters.js"></script>
|
|
|
|
</body>
|
|
</html>
|