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-22 22:30:11 -07:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-01-24 06:23:52 -07:00
|
|
|
|
<title>uBlock — Filter lists</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-08-23 10:08:02 -06:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/3p-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="tpFiltersPane"></div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<ul id="options">
|
2017-01-24 06:23:52 -07:00
|
|
|
|
<li><button id="buttonUpdate" class="custom important disabled" data-i18n="3pUpdateNow"></button>
|
2015-08-11 13:29:14 -06:00
|
|
|
|
<button id="buttonPurgeAll" class="custom disabled" data-i18n="3pPurgeAll"></button>
|
2017-01-24 06:23:52 -07:00
|
|
|
|
<button id="buttonApply" class="custom important disabled" data-i18n="3pApplyChanges"></button>
|
|
|
|
|
<li><input type="checkbox" id="autoUpdate"><label data-i18n="3pAutoUpdatePrompt1" for="autoUpdate"></label> 
|
2016-08-13 14:42:58 -06:00
|
|
|
|
<li><input type="checkbox" id="parseCosmeticFilters"><label data-i18n="3pParseAllABPHideFiltersPrompt1" for="parseCosmeticFilters"></label><button class="whatisthis"></button>
|
|
|
|
|
<div class="whatisthis-expandable para" data-i18n="3pParseAllABPHideFiltersInfo"></div>
|
2017-01-22 14:05:16 -07:00
|
|
|
|
<li><input type="checkbox" id="ignoreGenericCosmeticFilters"><label data-i18n="3pIgnoreGenericCosmeticFilters" for="ignoreGenericCosmeticFilters"></label><button class="whatisthis"></button>
|
|
|
|
|
<div class="whatisthis-expandable para" data-i18n="3pIgnoreGenericCosmeticFiltersInfo"></div>
|
2015-08-11 13:29:14 -06:00
|
|
|
|
</ul>
|
2017-01-22 14:05:16 -07:00
|
|
|
|
<p><span id="listsOfBlockedHostsPrompt"></span></p>
|
2015-08-11 13:29:14 -06:00
|
|
|
|
<ul id="lists"></ul>
|
|
|
|
|
</div>
|
2014-06-23 16:42:43 -06:00
|
|
|
|
|
2014-08-23 13:13:34 -06:00
|
|
|
|
<div id="externalListsDiv">
|
2017-01-22 14:05:16 -07:00
|
|
|
|
<p>
|
|
|
|
|
<span data-i18n="3pExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></span>
|
2017-04-29 08:08:20 -06:00
|
|
|
|
<a class="fa info" href="https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web" target="_blank"></a>
|
2017-01-22 14:05:16 -07:00
|
|
|
|
<textarea id="externalLists" dir="ltr" spellcheck="false"></textarea>
|
|
|
|
|
</div>
|
2014-07-25 14:12:20 -06:00
|
|
|
|
|
2015-03-08 15:54:08 -06:00
|
|
|
|
<div id="templates" style="display: none;">
|
|
|
|
|
<ul>
|
2015-03-23 08:19:43 -06:00
|
|
|
|
<li class="groupEntry"><span class="geName"></span> <span class="geCount dim"></span>
|
2017-01-18 11:17:47 -07:00
|
|
|
|
<ul class="listEntries"></ul>
|
2015-03-08 15:54:08 -06:00
|
|
|
|
</li>
|
|
|
|
|
<li class="listEntry">
|
2017-01-22 14:05:16 -07:00
|
|
|
|
<input type="checkbox"><!--
|
2017-04-29 08:08:20 -06:00
|
|
|
|
--><a class="content" type="text/plain" target="_blank" href=""></a>​<!--
|
|
|
|
|
--><a class="fa support" href="" target="_blank"></a>​<!--
|
2017-07-07 09:31:37 -06:00
|
|
|
|
--><a class="fa remove" href=""></a>​<!--
|
2017-04-29 08:08:20 -06:00
|
|
|
|
--><a class="fa mustread" href="" target="_blank"></a>​<!--
|
2017-01-24 11:53:04 -07:00
|
|
|
|
--><span class="fa status unsecure" title="http"></span>​<!--
|
|
|
|
|
--><span class="counts dim"></span>​<!--
|
|
|
|
|
--><span class="fa status obsolete" title="3pExternalListObsolete"></span>​<!--
|
|
|
|
|
--><span class="fa status cache"></span>​<!--
|
2017-04-26 10:21:01 -06:00
|
|
|
|
--><span class="fa status updating" title="3pUpdating"></span>​<!--
|
|
|
|
|
--><span class="fa status failed" title="3pNetworkError"></span>
|
2015-03-08 15:54:08 -06:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
2017-10-27 12:22:45 -06:00
|
|
|
|
<script src="js/vapi.js"></script>
|
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/3p-filters.js"></script>
|
2014-06-23 16:42:43 -06:00
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|