2014-06-23 16:42:43 -06:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-10-21 08:45:54 -06:00
|
|
|
|
<meta charset="utf-8">
|
2015-03-09 22:00:33 -06:00
|
|
|
|
<title>uBlock — Ubiquitous rules</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>
|
|
|
|
|
<button id="buttonApply" class="important disabled" data-i18n="3pApplyChanges"></button>
|
|
|
|
|
<ul id="options">
|
|
|
|
|
<li><input type="checkbox" id="autoUpdate"><label data-i18n="3pAutoUpdatePrompt1" for="autoUpdate"></label> 
|
2015-08-12 10:17:39 -06:00
|
|
|
|
<button class="custom important disabled" id="buttonUpdate" data-i18n="3pUpdateNow"></button>
|
2015-08-11 13:29:14 -06:00
|
|
|
|
<button id="buttonPurgeAll" class="custom disabled" data-i18n="3pPurgeAll"></button>
|
|
|
|
|
<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>
|
|
|
|
|
<li><p id="listsOfBlockedHostsPrompt"></p>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul id="lists"></ul>
|
|
|
|
|
</div>
|
2014-06-23 16:42:43 -06:00
|
|
|
|
|
2014-08-23 13:13:34 -06:00
|
|
|
|
<div id="externalListsDiv">
|
2015-11-20 06:47:29 -07:00
|
|
|
|
<p>
|
|
|
|
|
<span data-i18n="3pExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></span>
|
2015-12-15 11:43:19 -07:00
|
|
|
|
<a class="fa info" href="https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web" target="_blank"></a>
|
2015-11-20 06:47:29 -07:00
|
|
|
|
</p>
|
2015-08-12 10:17:39 -06:00
|
|
|
|
<p style="margin: 0.25em 0 0 0">
|
|
|
|
|
<textarea id="externalLists" dir="ltr" spellcheck="false"></textarea>
|
|
|
|
|
<button id="externalListsApply" class="custom important" disabled="true" data-i18n="3pExternalListsApply"></button></p>
|
2014-07-25 14:12:20 -06:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-03-10 21:46:18 -06:00
|
|
|
|
<div id="busyOverlay">
|
|
|
|
|
<div></div>
|
|
|
|
|
<!-- progress bar widget -->
|
|
|
|
|
<div><div></div><div></div></div>
|
|
|
|
|
</div>
|
2014-08-21 09:20:56 -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>
|
2015-03-08 15:54:08 -06:00
|
|
|
|
<ul></ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="listEntry">
|
|
|
|
|
<input type="checkbox">
|
|
|
|
|
<a type="text/plain" target="_blank" href=""></a>
|
2015-06-10 09:30:57 -06:00
|
|
|
|
<a class="fa" style="display: none;" target="_blank"></a>
|
2015-03-08 15:54:08 -06:00
|
|
|
|
<a href="" style="display: none;" target="_blank"></a>: <!--
|
2015-08-11 16:48:52 -06:00
|
|
|
|
--><span class="counts dim"></span><!--
|
2015-04-21 05:13:55 -06:00
|
|
|
|
--><span class="status unsecure" style="display: none;">http</span><!--
|
2015-03-08 15:54:08 -06:00
|
|
|
|
--><span class="status new" style="display: none;" data-i18n="3pExternalListNew"></span><!--
|
|
|
|
|
--><span class="status obsolete" style="display: none;" data-i18n="3pExternalListObsolete"></span><!--
|
|
|
|
|
--><span class="status purge" style="display: none;" data-i18n="3pExternalListPurge"></span>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
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>
|