2014-06-23 22:42:43 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-10-21 14:45:54 +00:00
|
|
|
<meta charset="utf-8">
|
2017-01-24 13:23:52 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2015-03-10 04:00:33 +00:00
|
|
|
<title>uBlock — Your filters</title>
|
2018-02-28 23:51:33 +00:00
|
|
|
|
2018-03-04 20:00:00 +00:00
|
|
|
<link rel="stylesheet" href="lib/codemirror/lib/codemirror.css">
|
2020-06-15 13:15:13 +00:00
|
|
|
<link rel="stylesheet" href="lib/codemirror/addon/hint/show-hint.css">
|
2018-03-04 20:00:00 +00:00
|
|
|
<link rel="stylesheet" href="lib/codemirror/addon/search/matchesonscrollbar.css">
|
2018-02-28 23:51:33 +00:00
|
|
|
|
2020-12-06 16:24:04 +00:00
|
|
|
<link rel="stylesheet" href="css/themes/default.css">
|
2018-03-04 20:00:00 +00:00
|
|
|
<link rel="stylesheet" href="css/common.css">
|
2019-05-23 23:29:59 +00:00
|
|
|
<link rel="stylesheet" href="css/fa-icons.css">
|
2018-03-04 20:00:00 +00:00
|
|
|
<link rel="stylesheet" href="css/dashboard-common.css">
|
|
|
|
|
<link rel="stylesheet" href="css/cloud-ui.css">
|
|
|
|
|
<link rel="stylesheet" href="css/1p-filters.css">
|
|
|
|
|
<link rel="stylesheet" href="css/codemirror.css">
|
2014-06-23 22:42:43 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
2018-03-28 20:15:50 +00:00
|
|
|
<div class="body">
|
|
|
|
|
<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>
|
|
|
|
|
<p>
|
2022-01-30 23:35:26 +00:00
|
|
|
<button id="userFiltersApply" class="preferred iconified" type="button" disabled><span class="fa-icon">check</span><span data-i18n="1pApplyChanges">_</span><span class="hover"></span></button>
|
|
|
|
|
<button id="userFiltersRevert" class="iconified" type="button" disabled><span class="fa-icon">undo</span><span data-i18n="genericRevert">_</span><span class="hover"></span></button>
|
2024-03-11 15:39:31 +00:00
|
|
|
 
|
2022-01-30 23:35:26 +00:00
|
|
|
<button id="importUserFiltersFromFile" class="iconified" type="button"><span class="fa-icon">download-alt</span><span data-i18n="1pImport">_</span><span class="hover"></span></button>
|
|
|
|
|
<button id="exportUserFiltersToFile" class="iconified" type="button"><span class="fa-icon">upload-alt</span><span data-i18n="1pExport">_</span><span class="hover"></span></button>
|
2018-03-28 20:15:50 +00:00
|
|
|
</p>
|
2024-03-11 15:39:31 +00:00
|
|
|
<p data-i18n="1pTrustWarning"></p>
|
|
|
|
|
<div class="li"><label><span id="enableMyFilters" class="input checkbox"><input type="checkbox"><svg viewBox="0 0 24 24"><path d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg></span><span data-i18n="1pEnableMyFiltersLabel"></span></label></div>
|
|
|
|
|
<div id="trustMyFilters" class="li"><label><span class="input checkbox"><input type="checkbox"><svg viewBox="0 0 24 24"><path d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg></span><span data-i18n="1pTrustMyFiltersLabel"></span></label></div>
|
2018-03-28 20:15:50 +00:00
|
|
|
</div>
|
2023-03-03 01:50:32 +00:00
|
|
|
<div id="userFilters" class="codeMirrorContainer codeMirrorBreakAll cm-theme-override" spellcheck="false"></div>
|
2018-03-28 20:15:50 +00:00
|
|
|
<div class="hidden">
|
|
|
|
|
<input id="importFilePicker" type="file" accept="text/plain">
|
|
|
|
|
</div>
|
2014-06-23 22:42:43 +00:00
|
|
|
|
2018-02-28 23:51:33 +00:00
|
|
|
<script src="lib/codemirror/lib/codemirror.js"></script>
|
2020-06-14 18:02:33 +00:00
|
|
|
<script src="lib/codemirror/addon/comment/comment.js"></script>
|
2018-03-04 19:07:01 +00:00
|
|
|
<script src="lib/codemirror/addon/display/panel.js"></script>
|
2020-06-14 16:05:42 +00:00
|
|
|
<script src="lib/codemirror/addon/edit/closebrackets.js"></script>
|
|
|
|
|
<script src="lib/codemirror/addon/edit/matchbrackets.js"></script>
|
2020-07-10 12:01:39 +00:00
|
|
|
<script src="lib/codemirror/addon/fold/foldcode.js"></script>
|
2020-06-15 13:15:13 +00:00
|
|
|
<script src="lib/codemirror/addon/hint/show-hint.js"></script>
|
2018-03-04 19:07:01 +00:00
|
|
|
<script src="lib/codemirror/addon/scroll/annotatescrollbar.js"></script>
|
2018-03-05 11:59:03 +00:00
|
|
|
<script src="lib/codemirror/addon/search/searchcursor.js"></script>
|
|
|
|
|
<script src="lib/codemirror/addon/selection/active-line.js"></script>
|
2021-07-17 16:03:56 +00:00
|
|
|
<script src="lib/diff/swatinem_diff.js"></script>
|
2022-02-02 20:40:47 +00:00
|
|
|
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
2018-03-04 19:07:01 +00:00
|
|
|
|
2017-10-27 18:22:45 +00:00
|
|
|
<script src="js/vapi.js"></script>
|
2014-11-04 11:32:44 +00:00
|
|
|
<script src="js/vapi-common.js"></script>
|
|
|
|
|
<script src="js/vapi-client.js"></script>
|
2023-04-14 14:26:45 +00:00
|
|
|
|
|
|
|
|
<script src="js/codemirror/search.js" type="module"></script>
|
|
|
|
|
<script src="js/codemirror/search-thread.js"></script>
|
|
|
|
|
|
|
|
|
|
<script src="js/fa-icons.js" type="module"></script>
|
2022-11-12 14:51:22 +00:00
|
|
|
<script src="js/theme.js" type="module"></script>
|
2022-09-13 21:44:24 +00:00
|
|
|
<script src="js/i18n.js" type="module"></script>
|
2022-11-12 14:51:22 +00:00
|
|
|
<script src="js/dashboard-common.js" type="module"></script>
|
2022-09-13 21:44:24 +00:00
|
|
|
<script src="js/cloud-ui.js" type="module"></script>
|
2021-07-25 14:55:35 +00:00
|
|
|
<script src="js/1p-filters.js" type="module"></script>
|
2014-06-23 22:42:43 +00:00
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|