uBlock/src/3p-filters.html

72 lines
2.9 KiB
HTML
Raw Normal View History

2014-06-24 00:42:43 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2015-03-10 05:00:33 +01:00
<title>uBlock — Ubiquitous rules</title>
2014-06-24 00:42:43 +02: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 21:29:14 +02:00
<link rel="stylesheet" type="text/css" href="css/cloud-ui.css">
2014-08-23 18:08:02 +02:00
<link rel="stylesheet" type="text/css" href="css/3p-filters.css">
2014-06-24 00:42:43 +02:00
</head>
<body>
2015-08-11 21:29:14 +02: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>&ensp;
<button class="custom important disabled" id="buttonUpdate" data-i18n="3pUpdateNow"></button>
2015-08-11 21:29:14 +02: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-24 00:42:43 +02:00
2014-08-23 21:13:34 +02:00
<div id="externalListsDiv">
2014-07-25 22:12:20 +02:00
<p data-i18n="3pExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p>
<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 22:12:20 +02:00
</div>
2015-03-11 04:46:18 +01:00
<div id="busyOverlay">
<div></div>
<!-- progress bar widget -->
<div><div></div><div></div></div>
</div>
2015-03-08 22:54:08 +01:00
<div id="templates" style="display: none;">
<ul>
2015-03-23 15:19:43 +01:00
<li class="groupEntry"><span class="geName"></span> <span class="geCount dim"></span>
2015-03-08 22:54:08 +01:00
<ul></ul>
</li>
<li class="listEntry">
<input type="checkbox">
<a type="text/plain" target="_blank" href=""></a>
2015-06-10 17:30:57 +02:00
<a class="fa" style="display: none;" target="_blank">&#xf05a;</a>
2015-03-08 22:54:08 +01:00
<a href="" style="display: none;" target="_blank"></a>: <!--
2015-08-12 00:48:52 +02:00
--><span class="counts dim"></span><!--
2015-04-21 13:13:55 +02:00
--><span class="status unsecure" style="display: none;">http</span><!--
2015-03-08 22:54:08 +01: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>
<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 21:29:14 +02:00
<script src="js/cloud-ui.js"></script>
<script src="js/3p-filters.js"></script>
2014-06-24 00:42:43 +02:00
</body>
</html>