2014-06-23 22:42:43 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html>
|
|
|
|
|
|
<head>
|
2014-10-21 14:45:54 +00:00
|
|
|
|
<meta charset="utf-8">
|
2020-04-08 14:23:40 +00:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
2017-01-24 13:23:52 +00:00
|
|
|
|
<title>uBlock — Filter lists</title>
|
2020-04-11 15:32:43 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/themes/default.css">
|
2014-06-23 22:42:43 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/common.css">
|
2020-04-10 22:17:12 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/fa-icons.css">
|
2014-06-23 22:42:43 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
|
2015-08-11 19:29:14 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/cloud-ui.css">
|
2014-08-23 16:08:02 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/3p-filters.css">
|
2014-06-23 22:42:43 +00:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
2018-03-28 20:15:50 +00:00
|
|
|
|
<div class="body">
|
2018-04-09 13:01:39 +00:00
|
|
|
|
|
|
|
|
|
|
<div id="cloudWidget" class="hide" data-cloud-entry="tpFiltersPane"></div>
|
2020-05-05 18:35:38 +00:00
|
|
|
|
<div id="actions">
|
2022-01-30 23:35:26 +00:00
|
|
|
|
<button id="buttonApply" class="preferred disabled iconified" type="button" data-i18n-title="3pApplyChanges"><span class="fa-icon">check</span><span data-i18n="3pApplyChanges">_</span><span class="hover"></span></button>
|
|
|
|
|
|
<button id="buttonUpdate" class="preferred disabled iconified" type="button" data-i18n-title="3pUpdateNow"><span class="fa-icon">refresh</span><span data-i18n="3pUpdateNow">_</span><span class="hover"></span></button>
|
|
|
|
|
|
<button id="buttonPurgeAll" class="disabled iconified" type="button" data-i18n-title="3pPurgeAll"><span class="fa-icon">clock-o</span><span data-i18n="3pPurgeAll">_</span><span class="hover"></span></button>
|
2020-04-06 18:00:19 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
2021-12-30 14:24:38 +00:00
|
|
|
|
<div class="li">
|
|
|
|
|
|
<label><span class="input checkbox"><input type="checkbox" id="autoUpdate"><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="3pAutoUpdatePrompt1"></span></label>
|
2020-04-06 18:00:19 +00:00
|
|
|
|
</div>
|
2021-12-30 14:24:38 +00:00
|
|
|
|
<div class="li">
|
2022-01-30 23:35:26 +00:00
|
|
|
|
<label><span class="input checkbox"><input type="checkbox" id="suspendUntilListsAreLoaded"><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="3pSuspendUntilListsAreLoaded"></span></label>
|
2021-12-30 14:24:38 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="li">
|
2022-01-30 23:35:26 +00:00
|
|
|
|
<label><span class="input checkbox"><input type="checkbox" id="parseCosmeticFilters"><svg viewBox="0 0 24 24"><path d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg></span><span><span data-i18n="3pParseAllABPHideFiltersPrompt1"></span> <span class="fa-icon info" data-i18n-title="3pParseAllABPHideFiltersInfo">question-circle</span></span></label>
|
2021-12-30 14:24:38 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="li">
|
2022-01-30 23:35:26 +00:00
|
|
|
|
<label><span class="input checkbox"><input type="checkbox" id="ignoreGenericCosmeticFilters"><svg viewBox="0 0 24 24"><path d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg></span><span><span data-i18n="3pIgnoreGenericCosmeticFilters"></span> <span class="fa-icon info" data-i18n-title="3pIgnoreGenericCosmeticFiltersInfo">question-circle</span></span></label>
|
2020-04-06 18:00:19 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
2020-05-05 18:35:38 +00:00
|
|
|
|
<div>
|
2020-04-06 18:00:19 +00:00
|
|
|
|
<div><span id="listsOfBlockedHostsPrompt"></span>
|
|
|
|
|
|
<div id="lists"></div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
2018-04-09 13:01:39 +00:00
|
|
|
|
|
2018-03-28 20:15:50 +00:00
|
|
|
|
</div>
|
2014-07-25 20:12:20 +00:00
|
|
|
|
|
2015-03-08 21:54:08 +00:00
|
|
|
|
<div id="templates" style="display: none;">
|
2020-04-06 18:00:19 +00:00
|
|
|
|
<div class="groupEntry">
|
2020-04-13 13:19:58 +00:00
|
|
|
|
<div class="geDetails"><span class="geName"></span> <span class="geCount"></span></div>
|
2020-04-06 18:00:19 +00:00
|
|
|
|
<div class="listEntries"></div>
|
|
|
|
|
|
</div>
|
2020-04-10 22:17:12 +00:00
|
|
|
|
<div class="li listEntry">
|
2020-08-06 13:05:10 +00:00
|
|
|
|
<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><span class="listname forinput"></span> <span class="iconbar"><!--
|
2020-04-25 15:31:42 +00:00
|
|
|
|
--><a class="fa-icon content" href="#" type="text/plain" target="_blank" data-i18n-title="3pViewContent">eye-open</a><!--
|
|
|
|
|
|
--><a class="fa-icon support" href="#" target="_blank">home</a><!--
|
|
|
|
|
|
--><span class="fa-icon remove">trash-o</span><!--
|
|
|
|
|
|
--><a class="fa-icon mustread" href="#" target="_blank">info-circle</a><!--
|
2020-04-10 22:17:12 +00:00
|
|
|
|
--><span class="fa-icon status unsecure" title="http">unlock-alt</span><!--
|
|
|
|
|
|
--><span class="fa-icon status obsolete" data-i18n-title="3pExternalListObsolete">exclamation-triangle</span><!--
|
|
|
|
|
|
--><span class="fa-icon status cache">clock-o</span><!--
|
|
|
|
|
|
--><span class="fa-icon status updating" data-i18n-title="3pUpdating">spinner</span><!--
|
2020-04-22 13:56:37 +00:00
|
|
|
|
--><span class="fa-icon status failed" data-i18n-title="3pNetworkError">unlink</span><!--
|
|
|
|
|
|
--><span class="counts"></span></span></span></label>
|
2015-03-08 21:54:08 +00:00
|
|
|
|
</div>
|
2020-08-06 13:05:10 +00:00
|
|
|
|
<div class="listEntry toImport"><label><span class="input checkbox"><input type="checkbox" id="importLists"><svg viewBox="0 0 24 24"><path d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg></span><span><span class="forinput" data-i18n="3pImport"></span> <a class="fa-icon info towiki" href="https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web" target="_blank">info-circle</a></span></label><!--
|
2020-04-11 15:32:43 +00:00
|
|
|
|
--><!--
|
2020-04-06 18:00:19 +00:00
|
|
|
|
--><textarea id="externalLists" dir="ltr" spellcheck="false" placeholder="3pExternalListsHint"></textarea>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
2015-03-08 21:54:08 +00:00
|
|
|
|
|
2022-02-02 20:40:47 +00:00
|
|
|
|
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
|
|
|
|
|
|
2020-04-10 22:17:12 +00:00
|
|
|
|
<script src="js/fa-icons.js"></script>
|
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>
|
2019-09-19 12:31:38 +00:00
|
|
|
|
<script src="js/vapi-client-extra.js"></script>
|
2014-11-04 11:32:44 +00:00
|
|
|
|
<script src="js/udom.js"></script>
|
2022-09-13 21:44:24 +00:00
|
|
|
|
<script src="js/i18n.js" type="module"></script>
|
2014-11-04 11:32:44 +00:00
|
|
|
|
<script src="js/dashboard-common.js"></script>
|
2022-09-13 21:44:24 +00:00
|
|
|
|
<script src="js/cloud-ui.js" type="module"></script>
|
|
|
|
|
|
<script src="js/3p-filters.js" type="module"></script>
|
2014-06-23 22:42:43 +00:00
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|