2014-06-23 16:42:43 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 08:45:54 -06:00
|
|
|
<meta charset="utf-8">
|
2017-01-24 06:23:52 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2015-03-09 22:00:33 -06:00
|
|
|
<title>uBlock — Your filters</title>
|
2014-06-23 16:42:43 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/common.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
|
2015-08-11 13:29:14 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/cloud-ui.css">
|
2014-10-07 06:59:35 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/1p-filters.css">
|
2014-06-23 16:42:43 -06:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2015-08-11 13:29:14 -06:00
|
|
|
<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>
|
|
|
|
|
2017-04-26 10:40:41 -06:00
|
|
|
<p><span data-i18n="1pFormatHint"></span> <a class="fa info" href="https://github.com/gorhill/uBlock/wiki/Static-filter-syntax" target="_blank" rel="noopener noreferrer"></a></p>
|
2015-08-12 10:17:39 -06:00
|
|
|
<p>
|
|
|
|
<button id="userFiltersApply" class="custom important" type="button" disabled="true" data-i18n="1pApplyChanges"></button> 
|
|
|
|
<button id="userFiltersRevert" class="custom" type="button" disabled="true" data-i18n="genericRevert"></button>
|
|
|
|
</p>
|
|
|
|
<p><textarea class="userFilters" id="userFilters" dir="auto" spellcheck="false"></textarea></p>
|
|
|
|
<p>
|
|
|
|
<button id="importUserFiltersFromFile" class="custom" data-i18n="1pImport"></button> 
|
|
|
|
<button id="exportUserFiltersToFile" class="custom" data-i18n="1pExport"></button>
|
|
|
|
<input id="importFilePicker" type="file" accept="text/plain" class="hiddenFileInput">
|
|
|
|
</p>
|
2014-06-23 16:42:43 -06:00
|
|
|
|
2014-11-04 04:32:44 -07: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>
|
2015-08-11 13:29:14 -06:00
|
|
|
<script src="js/cloud-ui.js"></script>
|
2014-11-04 04:32:44 -07:00
|
|
|
<script src="js/1p-filters.js"></script>
|
2014-06-23 16:42:43 -06:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|